diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-02 21:59:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-02 21:59:34 +0000 |
commit | b48f97c86707014a64ee01768179fb632f2d8c1c (patch) | |
tree | b26e0fb347f351707853db5c288fc0c869e289c7 /usr.sbin | |
parent | e2cd662b123f9e40f7dd84ec382b7b61c179ee68 (diff) |
breaks at least vax; backout
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/mkioconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c index 782d37ac99d..374a2115fbc 100644 --- a/usr.sbin/config/mkioconf.c +++ b/usr.sbin/config/mkioconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkioconf.c,v 1.26 2005/01/01 16:20:04 millert Exp $ */ +/* $OpenBSD: mkioconf.c,v 1.27 2005/01/02 21:59:33 deraadt Exp $ */ /* $NetBSD: mkioconf.c,v 1.41 1996/11/11 14:18:49 mycroft Exp $ */ /* @@ -186,7 +186,7 @@ static int loc[%d] = {", locators.used) < 0) #endif\n\ int extraloc[MAXEXTRALOC] = { -1 };\n\ int nextraloc = MAXEXTRALOC;\n\ -int uextraloc __attribute__((__section__(\"data\")));\n") < 0); +int uextraloc = 0;\n") < 0); } static int nlocnames, maxlocnames = 8; |