summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-10-03 06:44:01 +0000
committeralfred <alfred@FreeBSD.org>2002-10-03 06:44:01 +0000
commiteba16f8d014702d2cbb7fc47feee765e344015fb (patch)
tree0d2136340ed956ca93d07efb415ed84788b0e6da /sys/dev/ti
parent00edc47a87e6774d2cede63804f6f34ef87b4540 (diff)
downloadFreeBSD-src-eba16f8d014702d2cbb7fc47feee765e344015fb.zip
FreeBSD-src-eba16f8d014702d2cbb7fc47feee765e344015fb.tar.gz
Static'ify a variable.
Submitted by: Matt Emmerton <matt@gsicomp.on.ca>
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index d77acb5..0cd4843 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -1270,7 +1270,7 @@ ti_newbuf_jumbo(sc, i, m)
#define TCP_HDR_LEN (52 + sizeof(struct ether_header))
#define UDP_HDR_LEN (28 + sizeof(struct ether_header))
#define NFS_HDR_LEN (UDP_HDR_LEN)
-int HDR_LEN = TCP_HDR_LEN;
+static int HDR_LEN = TCP_HDR_LEN;
/*
OpenPOWER on IntegriCloud