summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
committerzec <zec@FreeBSD.org>2009-05-08 14:34:25 +0000
commitb31e199a10f100466a3c6361f9a121a40804a1d8 (patch)
tree205a888e59b09bcbb0f2632880a6d8d8a57457fe /sys/netinet
parent1f0a16821c2fc8f3daf00890ca6c380e616c8ee4 (diff)
downloadFreeBSD-src-b31e199a10f100466a3c6361f9a121a40804a1d8.zip
FreeBSD-src-b31e199a10f100466a3c6361f9a121a40804a1d8.tar.gz
A NOP change: style / whitespace cleanup of the noise that slipped
into r191816. Spotted by: bz Approved by: julian (mentor) (an earlier version of the diff)
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_hostcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c
index 84586db..93367c5 100644
--- a/sys/netinet/tcp_hostcache.c
+++ b/sys/netinet/tcp_hostcache.c
@@ -637,7 +637,7 @@ tcp_hc_purge(void *arg)
CURVNET_SET((struct vnet *) arg);
INIT_VNET_INET(curvnet);
struct hc_metrics *hc_entry, *hc_next;
- int all = 0; /* XXX was: (intptr_t)arg - makes no sense? */
+ int all = 0;
int i;
if (V_tcp_hostcache.purgeall) {
OpenPOWER on IntegriCloud