Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/powerpc/linux_syscallargs.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/powerpc/linux_syscallargs.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4.2.2 retrieving revision 1.4.2.3 diff -u -p -r1.4.2.2 -r1.4.2.3 --- src/sys/compat/linux/arch/powerpc/linux_syscallargs.h 2001/02/11 19:13:55 1.4.2.2 +++ src/sys/compat/linux/arch/powerpc/linux_syscallargs.h 2001/04/21 17:46:18 1.4.2.3 @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.4.2.2 2001/02/11 19:13:55 bouyer Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.4.2.3 2001/04/21 17:46:18 bouyer Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.2 2001/01/27 07:56:30 thorpej Exp + * created from NetBSD: syscalls.master,v 1.4 2001/03/30 17:59:47 jdolecek Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -495,7 +495,7 @@ struct linux_sys_sigaltstack_args { * System call prototypes. */ -int sys_nosys(struct proc *, void *, register_t *); +int linux_sys_nosys(struct proc *, void *, register_t *); int sys_exit(struct proc *, void *, register_t *); int sys_fork(struct proc *, void *, register_t *); int sys_read(struct proc *, void *, register_t *);