diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-23 07:16:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-23 07:16:31 +0000 |
commit | 20cb00df4d9dd26a5b7938b4de0dcd40d5dd0117 (patch) | |
tree | b46c7e99560261c1c6b3e13756fbfe4d7f4513b5 /sys/compat/sunos/sunos_syscall.h | |
parent | 199f21ec720a95a4866dc7ffe0dedd7857b3eae8 (diff) |
regen
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 |