summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_input.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
committereivind <eivind@FreeBSD.org>1998-02-09 06:11:36 +0000
commitd7a6ab28035779065026b70dca440892d819c0bc (patch)
tree930fd4603b42a095e9f3669517dea29274323575 /sys/netipx/ipx_input.c
parent4538098d0b3fbe09f64c578b730483a6e77ff40f (diff)
downloadFreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.zip
FreeBSD-src-d7a6ab28035779065026b70dca440892d819c0bc.tar.gz
Staticize.
Diffstat (limited to 'sys/netipx/ipx_input.c')
-rw-r--r--sys/netipx/ipx_input.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c
index 42cd9b4..c04b420 100644
--- a/sys/netipx/ipx_input.c
+++ b/sys/netipx/ipx_input.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_input.c
*
- * $Id: ipx_input.c,v 1.13 1997/05/10 09:58:52 jhay Exp $
+ * $Id: ipx_input.c,v 1.14 1997/06/26 19:35:46 jhay Exp $
*/
#include <sys/param.h>
@@ -85,7 +85,7 @@ struct ipxpcb ipxpcb;
struct ipxpcb ipxrawpcb;
struct ifqueue ipxintrq;
-int ipxqmaxlen = IFQ_MAXLEN;
+static int ipxqmaxlen = IFQ_MAXLEN;
long ipx_pexseq;
@@ -328,8 +328,8 @@ ipx_ctlinput(cmd, arg_as_sa, dummy)
* have a way to return errors to the sender.
*/
-struct route ipx_droute;
-struct route ipx_sroute;
+static struct route ipx_droute;
+static struct route ipx_sroute;
static void
ipx_forward(m)
OpenPOWER on IntegriCloud