svn commit: r204593 - head/sys/conf

Alfred Perlstein alfred at FreeBSD.org
Tue Mar 2 18:41:21 UTC 2010


Author: alfred
Date: Tue Mar  2 18:41:20 2010
New Revision: 204593
URL: http://svn.freebsd.org/changeset/base/204593

Log:
  put inclusion of net/zlib.c under "device gzio" instead of "zlib" since right
  now there is no reason to only include "zlib".
  
  Requested by: jhb

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue Mar  2 18:38:00 2010	(r204592)
+++ head/sys/conf/files	Tue Mar  2 18:41:20 2010	(r204593)
@@ -2345,7 +2345,7 @@ net/slcompress.c		optional netgraph_vjc 
 net/vnet.c			optional vimage
 net/zlib.c			optional crypto | geom_uzip | ipsec | \
 					 mxge | netgraph_deflate | \
-					 ddb_ctf | zlib
+					 ddb_ctf | gzio
 net80211/ieee80211.c		optional wlan
 net80211/ieee80211_acl.c	optional wlan wlan_acl
 net80211/ieee80211_action.c	optional wlan


More information about the svn-src-all mailing list