diff options
Diffstat (limited to 'sys/compat/sunos/sunos_syscalls.c')
-rw-r--r-- | sys/compat/sunos/sunos_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index ee6bac0e56c..f325e2fbf95 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * 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 */ char *sunos_syscallnames[] = { @@ -71,7 +71,7 @@ char *sunos_syscallnames[] = { "fstat", /* 62 = fstat */ "#63 (unimplemented)", /* 63 = unimplemented */ "getpagesize", /* 64 = getpagesize */ - "omsync", /* 65 = omsync */ + "msync", /* 65 = msync */ "vfork", /* 66 = vfork */ "#67 (obsolete vread)", /* 67 = obsolete vread */ "#68 (obsolete vwrite)", /* 68 = obsolete vwrite */ |