summaryrefslogtreecommitdiffstats
path: root/if-linux.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
committerRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
commit35456091989ef70c3b5285d2c27867bc578639f3 (patch)
tree9afd5056552983f8319bf6218e64e2183f4f40de /if-linux.c
parent40dbcc878593552d31ecc4a1fcdf2f4672fd736b (diff)
downloaddhcpcd-35456091989ef70c3b5285d2c27867bc578639f3.tar.xz
Fix up some more formatting.
Diffstat (limited to 'if-linux.c')
-rw-r--r--if-linux.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/if-linux.c b/if-linux.c
index 3e2f9077..c46be587 100644
--- a/if-linux.c
+++ b/if-linux.c
@@ -42,14 +42,6 @@
#include <linux/rtnetlink.h>
#include <linux/wireless.h>
-# define SIOCGIWNAME 0x8B01
-/* FIXME: Some linux kernel verisons DO NOT like this include
- * They have the error:
- * /usr/include/linux/if.h:92: error: redefinition of `struct ifmap'
- * We work around this by defining the above ioctl and using an ifreq
- * structure which seems to work fine. */
-//# include <linux/wireless.h>
-
#include <errno.h>
#include <ctype.h>
#include <fnmatch.h>