From df24433bbe29112b4b9c9f38e80ba6cfb6988cb0 Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 21 Jan 1999 08:29:12 +0000 Subject: This is a rather large commit that encompasses the new swapper, changes to the VM system to support the new swapper, VM bug fixes, several VM optimizations, and some additional revamping of the VM code. The specific bug fixes will be documented with additional forced commits. This commit is somewhat rough in regards to code cleanup issues. Reviewed by: "John S. Dyson" , "David Greenman" --- sys/kern/sysv_shm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/kern/sysv_shm.c') diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index edc74a7..a6c2dfe 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -1,4 +1,4 @@ -/* $Id: sysv_shm.c,v 1.38 1998/08/24 08:39:38 dfr Exp $ */ +/* $Id: sysv_shm.c,v 1.39 1998/10/13 08:24:40 dg Exp $ */ /* $NetBSD: sysv_shm.c,v 1.23 1994/07/04 23:25:12 glass Exp $ */ /* @@ -52,6 +52,7 @@ #include #include #include +#include #include #include -- cgit v1.1