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/sparc64 | |
parent | 19f4e18ce80ca42fd94ecdc4eddaa32b9e3f49ae (diff) |
option INSECURE is obsolete
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 142237c9074..c8636f762b2 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.178 2016/07/16 08:53:38 tom Exp $ */ +/* $OpenBSD: machdep.c,v 1.179 2016/09/18 14:28:25 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -171,12 +171,8 @@ extern caddr_t msgbufaddr; int sparc_led_blink = 1; #ifdef APERTURE -#ifdef INSECURE -int allowaperture = 1; -#else int allowaperture = 0; #endif -#endif extern int ceccerrs; extern int64_t cecclast; |