Boy I just can't get anything right this morning
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 17 May 2006 15:11:23 +0000 (15:11 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 17 May 2006 15:11:23 +0000 (15:11 +0000)
...should be fixed now.

src/lib/syscall-nr.h

index b0d073fe1d5e94b662e64946220fe5bcd7bba023..ef57c7885c17db537d94a9503d38686b314d9696 100644 (file)
@@ -7,6 +7,7 @@ enum
     /* Projects 2 and later. */
     SYS_HALT,                   /* Halt the operating system. */
     SYS_EXIT,                   /* Terminate this process. */
+    SYS_EXEC,                   /* Start another process. */
     SYS_WAIT,                   /* Wait for a child process to die. */
     SYS_CREATE,                 /* Create a file. */
     SYS_REMOVE,                 /* Delete a file. */