forked from Lainports/freebsd-ports
wi driver. The code actually depending on this include is already disabled by #if 0, so there is no functional change.
12 lines
214 B
C++
12 lines
214 B
C++
--- src/freebsd.cc.orig 2020-07-27 12:01:52 UTC
|
|
+++ src/freebsd.cc
|
|
@@ -49,7 +49,9 @@
|
|
#include <unistd.h>
|
|
|
|
#include <dev/acpica/acpiio.h>
|
|
+#if 0
|
|
#include <dev/wi/if_wavelan_ieee.h>
|
|
+#endif
|
|
|
|
#include <mutex>
|
|
|