diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2007-07-05 05:55:57 +0000 | 
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2007-07-05 05:55:57 +0000 | 
| commit | 9fb5d4c0649058ac562a84e356223a41df27fc1f (patch) | |
| tree | 7e69091e0aa7d7b27e169eb4ae2ca9993d6511f7 /sys/netinet/tcp_subr.c | |
| parent | 22af4cab91adaa5781c1eb0808397c073f53620e (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 29ed2f1b393a..99cdf0007657 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -2066,7 +2066,7 @@ SYSCTL_PROC(_net_inet_tcp, TCPCTL_DROP, drop,   */  char *  tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, -    void *ip6hdr) +    const void *ip6hdr)  {  	char *s, *sp;  	size_t size;  | 
