summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2004-02-12 20:16:09 +0000
committerbms <bms@FreeBSD.org>2004-02-12 20:16:09 +0000
commitafe7ed20e4e7142f38a5404cdf3b94c41f9049aa (patch)
tree120d87e7e8ff140d7735255bc9e0ff0c042d4abe /sys/netinet/tcp_var.h
parent7c4d7ecee017ad1d1b82c5f329f20ed7298298b9 (diff)
downloadFreeBSD-src-afe7ed20e4e7142f38a5404cdf3b94c41f9049aa.zip
FreeBSD-src-afe7ed20e4e7142f38a5404cdf3b94c41f9049aa.tar.gz
Update the prototype for tcpsignature_apply() to reflect the spelling of
the types used by m_apply()'s callback function, f, as documented in mbuf(9). Noticed by: njl
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 0390f1e..6d46789 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -569,7 +569,7 @@ void tcp_hc_updatetao(struct in_conninfo *, int, tcp_cc, u_short);
#define TCP_HC_TAO_MSSOPT 0x3
#ifdef TCP_SIGNATURE
-int tcpsignature_apply(void *fstate, void *data, unsigned int len);
+int tcpsignature_apply(void *fstate, void *data, u_int len);
int tcpsignature_compute(struct mbuf *m, int off0, int len, int tcpoptlen,
u_char *buf, u_int direction);
#endif /* TCP_SIGNATURE */
OpenPOWER on IntegriCloud