summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-09-07 10:06:14 +0000
committerobrien <obrien@FreeBSD.org>2005-09-07 10:06:14 +0000
commitb888392910bbf46a7bf35f9715822cfd277e96a9 (patch)
tree419df19dbf78d24314ca254786a51b47f4cc0f57 /sys/netipx
parent34dc93c2f2a2e67b9f17f39ad8552571a143e782 (diff)
downloadFreeBSD-src-b888392910bbf46a7bf35f9715822cfd277e96a9.zip
FreeBSD-src-b888392910bbf46a7bf35f9715822cfd277e96a9.tar.gz
Forward declaring static variables as extern is invalid ISO-C. Now that
GCC can properly handle forward static declarations, do this properly.
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_proto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c
index 8f16aae..f91ac0c 100644
--- a/sys/netipx/ipx_proto.c
+++ b/sys/netipx/ipx_proto.c
@@ -53,13 +53,14 @@ __FBSDID("$FreeBSD$");
#include <netipx/ipx_var.h>
#include <netipx/spx.h>
-extern struct domain ipxdomain;
static struct pr_usrreqs nousrreqs;
/*
* IPX protocol family: IPX, ERR, PXP, SPX, ROUTE.
*/
+static struct domain ipxdomain;
+
static struct protosw ipxsw[] = {
{ 0, &ipxdomain, 0, 0,
0, 0, 0, 0,
OpenPOWER on IntegriCloud