summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-20 06:45:27 +0000
commitdf42aa61f92bffe35c22145bcc90906f47aa88d0 (patch)
tree5064c1ef1d0088157056fe2aa3f45ca4bd95c9e8 /sys/conf/GENERIC
parent4909b03ce500337461ef8ac1f9f5637782ca693d (diff)
do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, erik@aarhus1.uni-c.dk
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 49525b2257b..f6c585cce1c 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.10 1996/08/31 01:58:49 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.11 1996/09/20 06:44:45 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -9,7 +9,6 @@ option TIMEZONE=0 # time zone to adjust RTC time by
option DST=0 # daylight savings time used by RTC
option SWAPPAGER # paging; REQUIRED
-option VNODEPAGER # mmap() of files
option DEVPAGER # mmap() of devices
option DDB # in-kernel debugger