diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 02:17:47 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-11 02:17:47 +0000 |
| commit | 632a035f84c0c74d4fc8582b75a623608a8e1e9d (patch) | |
| tree | ce5391493fb6ab5ba87aa4f6abcf39ec0bcc93f2 /sys | |
| parent | 0776e10c71111d20f3017483c702dbd3c73e0d10 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 0197cb83865f..e2ee27ccce66 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; |
