diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-18 14:28:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-09-18 14:28:26 +0000 |
commit | f7d55f4240b02120ac4e2dc3718d00b2f958597f (patch) | |
tree | 448eefa133e7cf02580af779033295a3a15644bd /sys/arch/socppc | |
parent | 19f4e18ce80ca42fd94ecdc4eddaa32b9e3f49ae (diff) |
option INSECURE is obsolete
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c index 9ca13c52098..2c11cab8c1b 100644 --- a/sys/arch/socppc/socppc/machdep.c +++ b/sys/arch/socppc/socppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.69 2016/05/23 18:14:47 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.70 2016/09/18 14:28:25 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -108,12 +108,8 @@ extern struct bd_info **fwargsave; extern struct fdt_head *fwfdtsave; #ifdef APERTURE -#ifdef INSECURE -int allowaperture = 1; -#else int allowaperture = 0; #endif -#endif void dumpsys(void); int lcsplx(int ipl); |