summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-02 13:21:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-02 13:21:20 +0000
commitea01ab375875b135cb046c320fcb8eebc72b4037 (patch)
treea639cb8929ba28b3e5617347ec12551baacbbe45 /sys
parentc90911672b4e0a2aec6cf20128f6bab6309b5a65 (diff)
VNODEPAGER is not an option
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/std.alpha3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/std.alpha b/sys/arch/alpha/conf/std.alpha
index 6d043a81666..1253d4bcbe5 100644
--- a/sys/arch/alpha/conf/std.alpha
+++ b/sys/arch/alpha/conf/std.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: std.alpha,v 1.5 1997/01/24 19:57:04 niklas Exp $
+# $OpenBSD: std.alpha,v 1.6 1997/06/02 13:21:19 deraadt Exp $
# $NetBSD: std.alpha,v 1.11 1996/11/15 19:37:34 cgd Exp $
#
# Standard/required configuration info for OpenBSD/alpha.
@@ -16,5 +16,4 @@ options EXEC_SCRIPT # shell script support
# VM pager support
options SWAPPAGER # paging; REQUIRED
-options VNODEPAGER # mmap() of files; REQUIRED
options DEVPAGER # mmap() of devices; REQUIRED