summaryrefslogtreecommitdiffstats
path: root/if-linux.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-17 09:57:19 +0000
committerRoy Marples <roy@marples.name>2008-04-17 09:57:19 +0000
commitf2cfcde87ea8d58a44fd67cf060bdc234f900304 (patch)
tree7221e0efbbc1ac3ca85d56634770d9c9fc3a3761 /if-linux.c
parent574011fc89d07bd35b8e9d744030d41c71151676 (diff)
downloaddhcpcd-f2cfcde87ea8d58a44fd67cf060bdc234f900304.tar.xz
Our ctype calls should always use unsigned.
Diffstat (limited to 'if-linux.c')
-rw-r--r--if-linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/if-linux.c b/if-linux.c
index 6b7e902a..30b2f6e7 100644
--- a/if-linux.c
+++ b/if-linux.c
@@ -39,7 +39,6 @@
#include <netinet/ether.h>
#include <netpacket/packet.h>
-#include <ctype.h>
#include <errno.h>
#include <stddef.h>
#include <stdio.h>