Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 1995 08:42:15 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern kern_exit.c uipc_syscalls.c
Message-ID:  <199510231542.IAA10827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/10/23 08:42:14

  Modified:    sys/kern  kern_exit.c uipc_syscalls.c
  Log:
  Simplify the pseudo-argument removal changes by not optimizing for
  the !COMPAT_43 case - use a common function even when there is no
  `old' function.  The diffs for this are large because of code motion
  to restore the function order to what it was before the pseudo-argument
  changes.
  
  Include <sys/sysproto.h> to get correct args structs and prototypes.
  The diffs for this are large because the declarations of the args structs
  were moved to become comments in the function headers.  The comments may
  actually match the automatically generated declarations right now.
  
  Add prototypes.



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