summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-01-30 06:25:00 +0000
committernewton <newton@FreeBSD.org>1999-01-30 06:25:00 +0000
commit3a4cced85e34bb367db0c471ee6e8f6429ea4e34 (patch)
treebfbdc3e89b6cb8167083aa86b4863bb049e40e7d /sys/kern/kern_exit.c
parent6a94e83a778dbe0ab7d4e560c8c7694a60c30050 (diff)
downloadFreeBSD-src-3a4cced85e34bb367db0c471ee6e8f6429ea4e34.zip
FreeBSD-src-3a4cced85e34bb367db0c471ee6e8f6429ea4e34.tar.gz
Unstaticized routines which are needed by the svr4 KLD and the streams
garbage needed to support SysVR4 networking.
Diffstat (limited to 'sys/kern/kern_exit.c')
-rw-r--r--sys/kern/kern_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c
index 22965f5..a29e0d3 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.71 1999/01/07 21:23:41 julian Exp $
+ * $Id: kern_exit.c,v 1.72 1999/01/26 02:38:10 julian Exp $
*/
#include "opt_compat.h"
@@ -75,7 +75,7 @@
#include <vm/vm_zone.h>
#include <sys/user.h>
-static MALLOC_DEFINE(M_ZOMBIE, "zombie", "zombie proc status");
+MALLOC_DEFINE(M_ZOMBIE, "zombie", "zombie proc status");
static int wait1 __P((struct proc *, struct wait_args *, int));
OpenPOWER on IntegriCloud