From owner-cvs-sys Fri Feb 23 11:44:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02795 for cvs-sys-outgoing; Fri, 23 Feb 1996 11:44:20 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02752 Fri, 23 Feb 1996 11:44:11 -0800 (PST) Date: Fri, 23 Feb 1996 11:44:11 -0800 (PST) From: Peter Wemm Message-Id: <199602231944.LAA02752@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys unistd.h param.h src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/02/23 11:44:11 Modified: sys/sys unistd.h param.h sys/kern init_main.c Log: Garrett pointed out that the correct place for unix system call args is , with the prototype in . sys/unistd.h is visible to the kernel compile, and is #included by unistd.h. Also, I missed a reference to a static int in the midst of my other diffs. Revision Changes Path 1.5 +17 -1 src/sys/sys/unistd.h 1.13 +2 -18 src/sys/sys/param.h 1.38 +2 -2 src/sys/kern/init_main.c