diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-12 14:34:52 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-04-12 14:34:52 +0000 |
| commit | e9e9477aac94781ddac89cd06f4f129dabc7f45c (patch) | |
| tree | a7a4da36efafb429a163a16a7b7ab4f2c7bffa96 /sys/kern/uipc_usrreq.c | |
| parent | 437250056e253f884cde3e971e95c74a3f4f8184 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
| -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 e2ee27ccce66..292ce700de01 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.40 1999/02/16 10:49:49 dfr Exp $ + * $Id: uipc_usrreq.c,v 1.41 1999/04/11 02:17:47 eivind Exp $ */ #include <sys/param.h> @@ -57,7 +57,7 @@ #include <vm/vm_zone.h> -static struct vm_zone *unp_zone; +static struct vm_zone *unp_zone; static unp_gen_t unp_gencnt; static u_int unp_count; |
