summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-01-31 03:15:13 +0000
committernewton <newton@FreeBSD.org>1999-01-31 03:15:13 +0000
commit9e003047967251be241d5c371c9c30fa49667c6d (patch)
treeb4deec96b1e4568521f5626006b64f8f00c2a889 /sys/kern/kern_exit.c
parent39a37d18fc8862a7d0e3c4f12ce43df16896306f (diff)
downloadFreeBSD-src-9e003047967251be241d5c371c9c30fa49667c6d.zip
FreeBSD-src-9e003047967251be241d5c371c9c30fa49667c6d.tar.gz
Added comments about non-staticization so it doesn't get un-done next
time someone goes on a staticization binge. Suggested by: eivind
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index a29e0d3..780f29d 100644
--- a/sys/kern/kern_exit.c
+++ b/sys/kern/kern_exit.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_exit.c 8.7 (Berkeley) 2/12/94
- * $Id: kern_exit.c,v 1.72 1999/01/26 02:38:10 julian Exp $
+ * $Id: kern_exit.c,v 1.73 1999/01/30 06:25:00 newton Exp $
*/
#include "opt_compat.h"
@@ -75,6 +75,7 @@
#include <vm/vm_zone.h>
#include <sys/user.h>
+/* Required to be non-static for SysVR4 emulator */
MALLOC_DEFINE(M_ZOMBIE, "zombie", "zombie proc status");
static int wait1 __P((struct proc *, struct wait_args *, int));
OpenPOWER on IntegriCloud