diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-12-11 04:54:29 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-12-11 04:54:29 +0000 |
| commit | cfe0002fc5a6b08f2af441bea709ba736c3136a5 (patch) | |
| tree | 8b9c34617340e1cae38675d3e03f5775897a6aeb /sys/compat/linux/arch/alpha/linux_syscalls.c | |
| parent | 6d0c28a87cfb16f56d3f04635e6282fcda883a0a (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscalls.c b/sys/compat/linux/arch/alpha/linux_syscalls.c index ed1aaf6cadd..83b02d1a6a8 100644 --- a/sys/compat/linux/arch/alpha/linux_syscalls.c +++ b/sys/compat/linux/arch/alpha/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.28 2000/12/09 12:27:01 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.29 2000/12/11 04:54:29 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.26 2000/12/09 12:23:35 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.27 2000/12/11 04:54:13 mycroft Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -51,7 +51,7 @@ const char *const linux_syscallnames[] = { "brk", /* 17 = brk */ "#18 (unimplemented)", /* 18 = unimplemented */ "lseek", /* 19 = lseek */ - "getpid", /* 20 = getpid */ + "getpid_with_ppid", /* 20 = getpid_with_ppid */ "mount", /* 21 = mount */ "#22 (unimplemented umount)", /* 22 = unimplemented umount */ "setuid", /* 23 = setuid */ |
