diff options
author | 2003-07-31 17:23:24 +0000 | |
---|---|---|
committer | 2003-07-31 17:23:24 +0000 | |
commit | 9a53bc2fbf2c170a4855faa00c142cf0f00c7f8a (patch) | |
tree | 20a4f0c7857846ac07d64b4b6033eef239e2f719 | |
parent | do not do -Werror here (diff) | |
download | wireguard-openbsd-9a53bc2fbf2c170a4855faa00c142cf0f00c7f8a.tar.xz wireguard-openbsd-9a53bc2fbf2c170a4855faa00c142cf0f00c7f8a.zip |
remove autoconf_nzs; from netbsd
-rw-r--r-- | sys/arch/sparc64/sparc64/autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 53f5516b7b9..16bc0209717 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.32 2003/06/02 23:27:56 millert Exp $ */ +/* $OpenBSD: autoconf.c,v 1.33 2003/07/31 17:23:24 jason Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -987,8 +987,6 @@ mainbus_match(parent, cf, aux) return (1); } -int autoconf_nzs = 0; /* must be global so obio.c can see it */ - /* * Attach the mainbus. * |