Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 1997 07:58:34 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern init_main.c kern_shutdown.c makesyscalls.sh syscalls.master
Message-ID:  <199701161558.HAA27342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/sysproto.h> 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 <sys/sysproto.h> doesn't depend on <sys/mount.h>.
  
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701161558.HAA27342>