PERFORCE change 163580 for review

Marko Zec zec at FreeBSD.org
Fri Jun 5 16:12:52 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163580

Change 163580 by zec at zec_tpx32 on 2009/06/05 16:12:22

	tcp_hc_destroy() should be compiled in only for options VIMAGE
	builds.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/tcp_hostcache.c#26 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/tcp_hostcache.c#26 (text+ko) ====

@@ -230,6 +230,7 @@
 	    tcp_hc_purge, curvnet);
 }
 
+#ifdef VIMAGE
 void
 tcp_hc_destroy(void)
 {
@@ -239,6 +240,7 @@
 
 	callout_drain(&V_tcp_hc_callout);
 }
+#ifdef VIMAGE
 
 /*
  * Internal function: look up an entry in the hostcache or return NULL.


More information about the p4-projects mailing list