summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-11 09:46:54 +0000
committerbms <bms@FreeBSD.org>2004-02-11 09:46:54 +0000
commitd2298f1b5c0d5a034a5957fc6dd651a04fb8626f (patch)
treec58a0875f7610bc89346d2cfcdd387b1661fbecd /sys/netinet/tcp_output.c
parentdf874487598fce07306b67b1bdba600ca3cc9f94 (diff)
downloadFreeBSD-src-d2298f1b5c0d5a034a5957fc6dd651a04fb8626f.zip
FreeBSD-src-d2298f1b5c0d5a034a5957fc6dd651a04fb8626f.tar.gz
Fix a typo; left out preprocessor conditional for sigoff variable, which
is only used by TCP_SIGNATURE code. Noticed by: Roop Nanuwa
Diffstat (limited to 'sys/netinet/tcp_output.c')
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index c868033..2e386d0 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -116,7 +116,9 @@ tcp_output(struct tcpcb *tp)
struct socket *so = tp->t_inpcb->inp_socket;
long len, recwin, sendwin;
int off, flags, error;
+#ifdef TCP_SIGNATURE
int sigoff = 0;
+#endif /* TCP_SIGNATURE */
struct mbuf *m;
struct ip *ip = NULL;
struct ipovly *ipov = NULL;
OpenPOWER on IntegriCloud