Date: Wed, 17 Jun 2009 04:23:37 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r194330 - head/sys/modules/wlan Message-ID: <200906170423.n5H4NbLT062367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: weongyo Date: Wed Jun 17 04:23:37 2009 New Revision: 194330 URL: http://svn.freebsd.org/changeset/base/194330 Log: adds opt_inet6.h to fix a error during compiling wlan as a module. Reviewed by: sam Modified: head/sys/modules/wlan/Makefile Modified: head/sys/modules/wlan/Makefile ============================================================================== --- head/sys/modules/wlan/Makefile Wed Jun 17 04:15:19 2009 (r194329) +++ head/sys/modules/wlan/Makefile Wed Jun 17 04:23:37 2009 (r194330) @@ -10,7 +10,8 @@ SRCS= ieee80211.c ieee80211_crypto.c iee ieee80211_radiotap.c ieee80211_regdomain.c ieee80211_ht.c \ ieee80211_adhoc.c ieee80211_hostap.c ieee80211_monitor.c \ ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c -SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h opt_ddb.h +SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h opt_wlan.h \ + opt_ddb.h .if !defined(KERNBUILDDIR) opt_wlan.h:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906170423.n5H4NbLT062367>