From: Ben Pfaff Date: Wed, 17 May 2006 15:11:23 +0000 (+0000) Subject: Boy I just can't get anything right this morning X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=03ba47c99d661311e5e2d29fd374d9fecfad9238 Boy I just can't get anything right this morning ...should be fixed now. --- diff --git a/src/lib/syscall-nr.h b/src/lib/syscall-nr.h index b0d073f..ef57c78 100644 --- a/src/lib/syscall-nr.h +++ b/src/lib/syscall-nr.h @@ -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. */