diff options
Diffstat (limited to 'sys/compat/sunos/sunos_syscall.h')
-rw-r--r-- | sys/compat/sunos/sunos_syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h index 84315240beb..df6598e9cf9 100644 --- a/sys/compat/sunos/sunos_syscall.h +++ b/sys/compat/sunos/sunos_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:29 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp */ #define SUNOS_SYS_syscall 0 @@ -29,7 +29,7 @@ /* 21 is obsolete sunos_old_mount */ #define SUNOS_SYS_setuid 23 #define SUNOS_SYS_getuid 24 -#define SUNOS_SYS_stime 25 +#define SUNOS_SYS_ostime 25 #define SUNOS_SYS_ptrace 26 #define SUNOS_SYS_access 33 #define SUNOS_SYS_sync 36 |