From aa9a60640e2c942769c3a8f506c8cb6317bb1eaf Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 12 Nov 1995 06:43:28 +0000 Subject: Included to get central declarations for syscall args structs and prototypes for syscalls. Ifdefed duplicated decentralized declarations of args structs. It's convenient to have this visible but they are hard to maintain. Some are already different from the central declarations. 4.4lite2 puts them in comments in the function headers but I wanted to avoid the large changes for that. --- sys/kern/kern_fork.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/kern/kern_fork.c') diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index a03d2e2..285cb6f 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -36,11 +36,12 @@ * SUCH DAMAGE. * * @(#)kern_fork.c 8.6 (Berkeley) 4/8/94 - * $Id: kern_fork.c,v 1.12 1995/05/30 08:05:27 rgrimes Exp $ + * $Id: kern_fork.c,v 1.13 1995/10/08 00:06:05 swallace Exp $ */ #include #include +#include #include #include #include @@ -55,9 +56,11 @@ static int fork1(struct proc *, int, int *); +#ifndef _SYS_SYSPROTO_H_ struct fork_args { int dummy; }; +#endif /* ARGSUSED */ int -- cgit v1.1