summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-09-15 05:16:26 +0000
committermarkj <markj@FreeBSD.org>2015-09-15 05:16:26 +0000
commit08f689683b70b0bfa3c746259f1038cc089c5f7c (patch)
tree4d5940d9430af57a8161baf2d5e8fcfcf2fd6c71 /share
parent67708eb40cd176c007ac02528edd89fbaa8c8111 (diff)
downloadFreeBSD-src-08f689683b70b0bfa3c746259f1038cc089c5f7c.zip
FreeBSD-src-08f689683b70b0bfa3c746259f1038cc089c5f7c.tar.gz
Remove an unneeded typedef of ip6_t from the DTrace ip provider library.
It causes an error when ipfilter is enabled, since ipl.ko contains an identical typedef. PR: 203092 MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/dtrace_ip.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/dtrace_ip.4 b/share/man/man4/dtrace_ip.4
index 62148e9..164114e 100644
--- a/share/man/man4/dtrace_ip.4
+++ b/share/man/man4/dtrace_ip.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 18, 2015
+.Dd September 14, 2015
.Dt DTRACE_IP 4
.Os
.Sh NAME
@@ -212,7 +212,7 @@ IPv6 destination address.
A string representation of the source address.
.It Vt string ipv6_daddr
A string representation of the destination address.
-.It Vt ip6_t *ipv6_hdr
+.It Vt struct ip6_hdr *ipv6_hdr
A pointer to the raw IPv6 header.
.El
.Sh FILES
OpenPOWER on IntegriCloud