From owner-cvs-sys Mon Oct 23 08:42:23 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10839 for cvs-sys-outgoing; Mon, 23 Oct 1995 08:42:23 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA10827 ; Mon, 23 Oct 1995 08:42:15 -0700 Date: Mon, 23 Oct 1995 08:42:15 -0700 From: Bruce Evans Message-Id: <199510231542.IAA10827@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c uipc_syscalls.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk 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 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.