diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:07:53 +0000 |
commit | ad7700d676cbf533c7a0a81e19bae877eb0d07f5 (patch) | |
tree | ce366a83ffa3bfee085054e98db8ff18feb2e4c8 /sys/arch/hppa/conf | |
parent | 505e1ef423107fa3f6737fc546e534f2111e90df (diff) |
kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern_ipc_10.c for other compat modules.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/SHEPHERD_PIE | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/SHEPHERD_PIE b/sys/arch/hppa/conf/SHEPHERD_PIE index 6f373b26bec..95c960eb5e5 100644 --- a/sys/arch/hppa/conf/SHEPHERD_PIE +++ b/sys/arch/hppa/conf/SHEPHERD_PIE @@ -1,4 +1,4 @@ -# $OpenBSD: SHEPHERD_PIE,v 1.10 2000/08/15 20:31:19 mickey Exp $ +# $OpenBSD: SHEPHERD_PIE,v 1.11 2001/05/16 05:07:51 millert Exp $ # # Diskless kernel config # @@ -27,8 +27,7 @@ option KMEMSTATS option PMAPDEBUG -option COMPAT_11 # NetBSD 1.1, -option COMPAT_43 # and 4.3BSD +option COMPAT_43 # Compatibility with 4.3BSD #option LKM # loadable kernel modules |