mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
coova-chilli: move to github
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
--- a/src/system.h
|
||||
+++ b/src/system.h
|
||||
@@ -83,10 +83,6 @@
|
||||
#include <linux/sysinfo.h>
|
||||
#endif
|
||||
|
||||
-#ifdef HAVE_SYS_SYSINFO_H
|
||||
-#include <sys/sysinfo.h>
|
||||
-#endif
|
||||
-
|
||||
#ifdef HAVE_TIME_H
|
||||
#include <time.h>
|
||||
#endif
|
||||
@@ -139,6 +135,10 @@
|
||||
#include <linux/un.h>
|
||||
#endif
|
||||
|
||||
+#ifdef HAVE_SYS_SYSINFO_H
|
||||
+#include <sys/sysinfo.h>
|
||||
+#endif
|
||||
+
|
||||
#elif defined (__FreeBSD__) || defined (__APPLE__) || defined (__OpenBSD__) || defined (__NetBSD__)
|
||||
#include <net/if.h>
|
||||
#include <net/bpf.h>
|
||||
Reference in New Issue
Block a user