summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_syscalls.c
diff options
context:
space:
mode:
authorfvdl <fvdl@NetBSD.org>1995-09-07 21:49:52 +0000
committerfvdl <fvdl@NetBSD.org>1995-09-07 21:49:52 +0000
commit698e606f39608e33a81009f9efe8aaff389e9e0a (patch)
tree12865475145a23cd7a14f4c2c92ff8f20a746dca /sys/compat/linux/linux_syscalls.c
parenta396a097b70c5d41dde5a7883b51e380ca484dab (diff)
syscalls.master changed
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 f5f9c455ac7..b4106a48e2b 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.11 1995/08/27 20:51:53 fvdl Exp
+ * created from NetBSD: syscalls.master,v 1.12 1995/09/07 21:49:02 fvdl Exp
*/
char *linux_syscallnames[] = {
@@ -76,8 +76,8 @@ char *linux_syscallnames[] = {
"linux_sigaction", /* 67 = linux_sigaction */
"linux_siggetmask", /* 68 = linux_siggetmask */
"linux_sigsetmask", /* 69 = linux_sigsetmask */
- "compat_43_setreuid", /* 70 = compat_43_setreuid */
- "compat_43_setregid", /* 71 = compat_43_setregid */
+ "linux_setreuid", /* 70 = linux_setreuid */
+ "linux_setregid", /* 71 = linux_setregid */
"linux_sigsuspend", /* 72 = linux_sigsuspend */
"linux_sigpending", /* 73 = linux_sigpending */
"compat_43_sethostname", /* 74 = compat_43_sethostname */
@@ -101,7 +101,7 @@ char *linux_syscallnames[] = {
"linux_truncate", /* 92 = linux_truncate */
"compat_43_ftruncate", /* 93 = compat_43_ftruncate */
"fchmod", /* 94 = fchmod */
- "fchown", /* 95 = fchown */
+ "linux_fchown", /* 95 = linux_fchown */
"getpriority", /* 96 = getpriority */
"setpriority", /* 97 = setpriority */
"profil", /* 98 = profil */