From 03ba47c99d661311e5e2d29fd374d9fecfad9238 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 17 May 2006 15:11:23 +0000 Subject: [PATCH] Boy I just can't get anything right this morning ...should be fixed now. --- src/lib/syscall-nr.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.30.2