From owner-cvs-sys Thu Jan 16 07:58:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27349 for cvs-sys-outgoing; Thu, 16 Jan 1997 07:58:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA27342; Thu, 16 Jan 1997 07:58:34 -0800 (PST) Date: Thu, 16 Jan 1997 07:58:34 -0800 (PST) From: Bruce Evans Message-Id: <199701161558.HAA27342@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_main.c kern_shutdown.c makesyscalls.sh syscalls.master Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/01/16 07:58:34 Modified: sys/kern init_main.c kern_shutdown.c makesyscalls.sh syscalls.master Log: Reduced #include spam in and fixed things that depended on it. makesyscalls.sh: This parsed $Id$. Fixed(?) to parse $FreeBSD$. The output is wrong when the id is not expanded in the source file. syscalls.master: Fixed declaration of sigsuspend(). There are still some bogons and spam involving sigset_t. Use `struct foo *' instead of the equivalent `foo_t *' for some nfs and lfs syscalls so that doesn't depend on . Revision Changes Path 1.54 +1 -0 src/sys/kern/init_main.c 1.12 +1 -0 src/sys/kern/kern_shutdown.c 1.20 +2 -4 src/sys/kern/makesyscalls.sh 1.31 +13 -8 src/sys/kern/syscalls.master