summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ti.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ti.c')
-rw-r--r--sys/pci/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index d77acb5..0cd4843 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/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