projects
/
oweals
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4059fe1
)
remove linux specific includes
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 25 Jun 2014 08:02:11 +0000
(10:02 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 25 Jun 2014 08:02:11 +0000
(10:02 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
interface.c
patch
|
blob
|
history
util.c
patch
|
blob
|
history
diff --git
a/interface.c
b/interface.c
index 712d3c520ca810e2bbb2f7982c4b451051e9a01f..2ed1d05cff5e9955b6d19778b835fc2d3663373e 100644
(file)
--- a/
interface.c
+++ b/
interface.c
@@
-18,7
+18,6
@@
#include <sys/stat.h>
#include <sys/utsname.h>
#include <net/if.h>
-#include <linux/sockios.h>
#include <arpa/inet.h>
#include <stdlib.h>
diff --git
a/util.c
b/util.c
index eeba305c6e759dbadab6ee98eb76806fe2132bd2..f0517b42fe30837ba7ef37712e1dc0ac727fc28b 100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-16,8
+16,6
@@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/utsname.h>
-#include <linux/if.h>
-#include <linux/sockios.h>
#include <arpa/inet.h>
#include <unistd.h>