diff options
author | 2010-07-01 01:53:35 +0000 | |
---|---|---|
committer | 2010-07-01 01:53:35 +0000 | |
commit | af682a451ada321b6069702a245788e8375b6fe1 (patch) | |
tree | 98f94ac7d6f591228196f7596cd39664bf6b2adb /sys | |
parent | Simplified aml_parse_resource call, cleanup code (diff) | |
download | wireguard-openbsd-af682a451ada321b6069702a245788e8375b6fe1.tar.xz wireguard-openbsd-af682a451ada321b6069702a245788e8375b6fe1.zip |
turn off COMPAT_O43
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 2c897de3ca4..9aa426fa88e 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.158 2010/06/29 21:28:37 reyk Exp $ +# $OpenBSD: GENERIC,v 1.159 2010/07/01 01:53:35 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -30,7 +30,6 @@ option SYSVSHM # System V-like memory sharing option UVM_SWAP_ENCRYPT# support encryption of pages going to swap option COMPAT_43 # Kernel compatibility with 4.3BSD -option COMPAT_O43 # and OpenBSD 4.3 option LKM # loadable kernel modules |