diff options
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 28ef0e7dcdf..7c4a4a2a8c1 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscall.h,v 1.32 2001/08/26 04:14:27 deraadt Exp $ */ +/* $OpenBSD: svr4_syscall.h,v 1.33 2002/07/06 19:22:43 nordin Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.30 2000/08/23 19:31:35 fgsch Exp + * created from OpenBSD: syscalls.master,v 1.32 2002/07/06 19:14:20 nordin Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -448,10 +448,4 @@ /* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "const void *" "int" */ #define SVR4_SYS_setsockopt 246 -/* syscall: "ntp_gettime" ret: "int" args: "struct ntptimeval *" */ -#define SVR4_SYS_ntp_gettime 248 - -/* syscall: "ntp_adjtime" ret: "int" args: "struct timex *" */ -#define SVR4_SYS_ntp_adjtime 249 - #define SVR4_SYS_MAXSYSCALL 250 |