PERFORCE change 46950 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 14 13:49:56 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=46950

Change 46950 by sam at sam_ebb on 2004/02/14 13:49:18

	add include for compilation with 2.4 kernels

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211_linux.c#3 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_linux.c#3 (text+ko) ====

@@ -40,6 +40,8 @@
 #include <linux/etherdevice.h>
 #include <linux/if_vlan.h>
 
+#include <asm/uaccess.h>
+
 #include "if_media.h"
 
 #include <net80211/ieee80211_var.h>


More information about the p4-projects mailing list