summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2000-04-12 04:23:06 +0000
committerjasoni <jasoni@cvs.openbsd.org>2000-04-12 04:23:06 +0000
commit0b909eab0525266878d3bd4b8d10b8d3a78cac50 (patch)
tree34d349bc1db9a254f767238071dda3e90bda60b7 /sys/compat/linux/linux_syscalls.c
parent702760c748d018312be23e323c34e8f2541136c5 (diff)
sync
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r--sys/compat/linux/linux_syscalls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 6e45a19c185..9c6e889f335 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.20 2000/04/04 05:32:17 jasoni Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.21 2000/04/12 04:23:05 jasoni Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.21 2000/04/04 05:31:50 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.22 2000/04/12 04:22:40 jasoni Exp
*/
char *linux_syscallnames[] = {
@@ -158,8 +158,8 @@ char *linux_syscallnames[] = {
"#135 (unimplemented sysfs)", /* 135 = unimplemented sysfs */
"personality", /* 136 = personality */
"#137 (unimplemented afs_syscall)", /* 137 = unimplemented afs_syscall */
- "#138 (unimplemented setfsuid)", /* 138 = unimplemented setfsuid */
- "#139 (unimplemented getfsuid)", /* 139 = unimplemented getfsuid */
+ "setfsuid", /* 138 = setfsuid */
+ "getfsuid", /* 139 = getfsuid */
"llseek", /* 140 = llseek */
"getdents", /* 141 = getdents */
"select", /* 142 = select */