diff options
| author | fvdl <fvdl@NetBSD.org> | 1995-06-11 14:57:56 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1995-06-11 14:57:56 +0000 |
| commit | bfc9b29ab2bfc8631c8ba999f9ae2069690153ff (patch) | |
| tree | 1c3be8e809eda92f8ec60f2dd081d40300f80ac3 /sys/compat/linux/linux_syscalls.c | |
| parent | fc7cfb5f0b78a7b374373b9259e961e4c9346c1f (diff) | |
Remade these after syscalls.master had changed.
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 91516778eeb..3f3b28f33fd 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.4 1995/04/07 22:23:28 fvdl Exp + * created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp */ char *linux_syscallnames[] = { @@ -146,7 +146,7 @@ char *linux_syscallnames[] = { "fchdir", /* 133 = fchdir */ "#134 (unimplemented linux_bdflush)", /* 134 = unimplemented linux_bdflush */ "#135 (unimplemented linux_sysfs)", /* 135 = unimplemented linux_sysfs */ - "#136 (unimplemented linux_personality)", /* 136 = unimplemented linux_personality */ + "linux_personality", /* 136 = linux_personality */ "#137 (unimplemented linux_afs_syscall)", /* 137 = unimplemented linux_afs_syscall */ "#138 (unimplemented linux_setfsuid)", /* 138 = unimplemented linux_setfsuid */ "#139 (unimplemented linux_getfsuid)", /* 139 = unimplemented linux_getfsuid */ |
