diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
commit | 3ddfd7de2d542f3c51c91d0225423f44f7fe101a (patch) | |
tree | 8d0aa1b6583aaf281ae35c3d47b57ed733accf3c /sys/compat/sunos/sunos_syscall.h | |
parent | 794ce5f22b8dbaa4f1e0221b157364f627e07ee3 (diff) |
sync
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 */ |