Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2009 16:12:50 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163580 for review
Message-ID:  <200906051612.n55GCoXw014190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163580

Change 163580 by zec@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906051612.n55GCoXw014190>