]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Hopefully also unbreak VIMAGE kernels replacing the &V_... with
authorbz <bz@FreeBSD.org>
Thu, 15 Oct 2015 01:44:32 +0000 (01:44 +0000)
committerbz <bz@FreeBSD.org>
Thu, 15 Oct 2015 01:44:32 +0000 (01:44 +0000)
&VNET_NAME(...).
Everything else is just a whitespace wrapping change.

sys/netinet/tcp_pcap.c

index c431f2444bd86295344e4118fd19c75ed50fc5aa..f0c651dab555dd793dc340f4e74cc10ef5332c38 100644 (file)
@@ -70,9 +70,9 @@ SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcp_pcap_alloc_new_mbuf,
 
 VNET_DEFINE(int, tcp_pcap_packets) = 0;
 #define V_tcp_pcap_packets     VNET(tcp_pcap_packets)
-SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcp_pcap_packets, CTLFLAG_RW,
-       &V_tcp_pcap_packets, 0, "Default number of packets saved per direction "
-       "per TCPCB");
+SYSCTL_INT(_net_inet_tcp, OID_AUTO, tcp_pcap_packets,
+       CTLFLAG_RW, &VNET_NAME(tcp_pcap_packets), 0,
+       "Default number of packets saved per direction per TCPCB");
 
 /* Initialize the values. */
 static void