From 9043b73586e8eff30f33a97a5b1802f1032c3288 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 14 Dec 1995 04:47:45 +0000 Subject: update from netbsd --- sys/compat/linux/linux_syscallargs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/linux/linux_syscallargs.h') diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index a4d393b1a83..eaa503f0d8f 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.13 1995/10/07 06:27:15 mycroft Exp + * created from NetBSD: syscalls.master,v 1.14 1995/12/09 04:01:47 mycroft Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -314,7 +314,7 @@ struct linux_sys_select_args { int sys_nosys __P((struct proc *, void *, register_t *)); int sys_exit __P((struct proc *, void *, register_t *)); -int linux_sys_fork __P((struct proc *, void *, register_t *)); +int sys_fork __P((struct proc *, void *, register_t *)); int sys_read __P((struct proc *, void *, register_t *)); int sys_write __P((struct proc *, void *, register_t *)); int linux_sys_open __P((struct proc *, void *, register_t *)); -- cgit v1.2.3