From owner-freebsd-commit Fri Feb 23 11:44:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02836 for freebsd-commit-outgoing; Fri, 23 Feb 1996 11:44:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02816 for cvs-all-outgoing; Fri, 23 Feb 1996 11:44:23 -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-commit@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