svn commit: r194330 - head/sys/modules/wlan

Weongyo Jeong weongyo at FreeBSD.org
Wed Jun 17 04:23:38 UTC 2009


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:


More information about the svn-src-head mailing list