Oops, forgot the following log message in the previous commit:

Included <sys/sysproto.h> 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.
This commit is contained in:
Bruce Evans 1995-11-12 07:10:47 +00:00
parent f35a53bf11
commit bc2799011f
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
* $Id: sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp $
* $Id$
*
*/

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91
* $Id: sys_machdep.c,v 1.9 1995/05/30 07:59:40 rgrimes Exp $
* $Id$
*
*/