diff options
Diffstat (limited to 'sys/vm/vm_unix.c')
-rw-r--r-- | sys/vm/vm_unix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index e9fbff5..5dbfd5f 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -38,14 +38,13 @@ * from: Utah $Hdr: vm_unix.c 1.1 89/11/07$ * * @(#)vm_unix.c 8.1 (Berkeley) 6/11/93 - * $Id$ + * $Id: vm_unix.c,v 1.14 1997/02/22 09:48:40 peter Exp $ */ /* * Traditional sbrk/grow interface to VM */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/sysproto.h> #include <sys/proc.h> #include <sys/resourcevar.h> |