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_syscallargs.h | |
| parent | 6d0c28a87cfb16f56d3f04635e6282fcda883a0a (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscallargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index 44ac314c1e3..72d1a740958 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.27 2000/12/09 12:27:01 jdolecek Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.28 2000/12/11 04:54:29 mycroft Exp $ */ /* * System call argument lists. * * 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 */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -549,7 +549,7 @@ int linux_sys_chmod(struct proc *, void *, register_t *); int linux_sys_chown(struct proc *, void *, register_t *); int linux_sys_brk(struct proc *, void *, register_t *); int compat_43_sys_lseek(struct proc *, void *, register_t *); -int sys_getpid(struct proc *, void *, register_t *); +int sys_getpid_with_ppid(struct proc *, void *, register_t *); int osf1_sys_mount(struct proc *, void *, register_t *); int sys_setuid(struct proc *, void *, register_t *); int sys_getuid(struct proc *, void *, register_t *); |
