diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-03 06:44:01 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-03 06:44:01 +0000 |
| commit | 780c174bca2544f2067b89f500445d15a16acb79 (patch) | |
| tree | 0d2136340ed956ca93d07efb415ed84788b0e6da /sys/dev | |
| parent | 553c116dad42864630ddf580f7f3a70fdc2966bf (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index d77acb5fad8a..0cd484315984 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; /* |
