summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/osf1_syscalls.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-01-30 03:32:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-01-30 03:32:45 +0000
commit49a656b5c928ada32d7bfd76c34ebcc7ad6581bc (patch)
treead28fb0f43f2f8795431c148c659125e6dbcabdf /sys/compat/osf1/osf1_syscalls.c
parente9389a44941c88aa9f36b0eb98cb77abc32542cf (diff)
regen now that setreuid/setregid have moved out of compat and into kern
Diffstat (limited to 'sys/compat/osf1/osf1_syscalls.c')
-rw-r--r--sys/compat/osf1/osf1_syscalls.c8
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 */