diff options
Diffstat (limited to 'sys/svr4/svr4_syscall.h')
-rw-r--r-- | sys/svr4/svr4_syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/svr4/svr4_syscall.h b/sys/svr4/svr4_syscall.h index f558a20..9d25526 100644 --- a/sys/svr4/svr4_syscall.h +++ b/sys/svr4/svr4_syscall.h @@ -3,10 +3,10 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.9 2000/07/29 00:16:28 peter Exp + * created from FreeBSD: src/sys/svr4/syscalls.master,v 1.10 2000/07/29 10:05:24 peter Exp */ -#define SVR4_SYS_sys_exit 1 +#define SVR4_SYS_exit 1 #define SVR4_SYS_fork 2 #define SVR4_SYS_read 3 #define SVR4_SYS_write 4 |