diff options
| author | Roy Marples <roy@marples.name> | 2009-02-12 10:07:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-12 10:07:30 +0000 |
| commit | 35456091989ef70c3b5285d2c27867bc578639f3 (patch) | |
| tree | 9afd5056552983f8319bf6218e64e2183f4f40de /if-linux.c | |
| parent | 40dbcc878593552d31ecc4a1fcdf2f4672fd736b (diff) | |
| download | dhcpcd-35456091989ef70c3b5285d2c27867bc578639f3.tar.xz | |
Fix up some more formatting.
Diffstat (limited to 'if-linux.c')
| -rw-r--r-- | if-linux.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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> |
