Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2010 18:41:21 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204593 - head/sys/conf
Message-ID:  <201003021841.o22IfLlg010733@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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