summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 02:17:47 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 02:17:47 +0000
commit081517e8b2b072ed569ec8e324ec5ae78f38165f (patch)
tree440dbcfc174c93fbe873bcd61a75940a00665e9d /sys/kern/uipc_usrreq.c
parent29478a96d3380a4116f1a7fca1b38f30a2d1e60e (diff)
downloadFreeBSD-src-081517e8b2b072ed569ec8e324ec5ae78f38165f.zip
FreeBSD-src-081517e8b2b072ed569ec8e324ec5ae78f38165f.tar.gz
Staticize.
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
-rw-r--r--sys/kern/uipc_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 0197cb8..e2ee27c 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* From: @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94
- * $Id: uipc_usrreq.c,v 1.39 1999/01/21 09:02:18 dillon Exp $
+ * $Id: uipc_usrreq.c,v 1.40 1999/02/16 10:49:49 dfr Exp $
*/
#include <sys/param.h>
@@ -57,7 +57,7 @@
#include <vm/vm_zone.h>
-struct vm_zone *unp_zone;
+static struct vm_zone *unp_zone;
static unp_gen_t unp_gencnt;
static u_int unp_count;
OpenPOWER on IntegriCloud