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 f15adb185eb..c030d075794 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.7 1997/07/28 09:53:13 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.8 1997/11/13 18:35:29 deraadt Exp */ #define SUNOS_SYS_syscall 0 @@ -53,7 +53,7 @@ #define SUNOS_SYS_chroot 61 #define SUNOS_SYS_fstat 62 #define SUNOS_SYS_getpagesize 64 -#define SUNOS_SYS_omsync 65 +#define SUNOS_SYS_msync 65 #define SUNOS_SYS_vfork 66 /* 67 is obsolete vread */ /* 68 is obsolete vwrite */ |