diff options
Diffstat (limited to 'sys/compat/osf1/osf1_syscalls.c')
-rw-r--r-- | sys/compat/osf1/osf1_syscalls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/osf1/osf1_syscalls.c b/sys/compat/osf1/osf1_syscalls.c index 22c1debf775..337c845af3d 100644 --- a/sys/compat/osf1/osf1_syscalls.c +++ b/sys/compat/osf1/osf1_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: osf1_syscalls.c,v 1.9 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: osf1_syscalls.c,v 1.10 2003/01/30 03:32:44 millert Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.8 2000/08/04 15:47:55 ericj Exp + * created from OpenBSD: syscalls.master,v 1.9 2003/01/30 03:29:49 millert Exp */ char *osf1_syscallnames[] = { @@ -134,8 +134,8 @@ char *osf1_syscallnames[] = { "fchown", /* 123 = fchown */ "fchmod", /* 124 = fchmod */ "recvfrom", /* 125 = recvfrom */ - "#126 (unimplemented setreuid)", /* 126 = unimplemented setreuid */ - "#127 (unimplemented setregid)", /* 127 = unimplemented setregid */ + "setreuid", /* 126 = setreuid */ + "setregid", /* 127 = setregid */ "rename", /* 128 = rename */ "truncate", /* 129 = truncate */ "ftruncate", /* 130 = ftruncate */ |