diff options
| author | Roy Marples <roy@marples.name> | 2008-04-17 09:57:19 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-17 09:57:19 +0000 |
| commit | f2cfcde87ea8d58a44fd67cf060bdc234f900304 (patch) | |
| tree | 7221e0efbbc1ac3ca85d56634770d9c9fc3a3761 /if-linux.c | |
| parent | 574011fc89d07bd35b8e9d744030d41c71151676 (diff) | |
| download | dhcpcd-f2cfcde87ea8d58a44fd67cf060bdc234f900304.tar.xz | |
Our ctype calls should always use unsigned.
Diffstat (limited to 'if-linux.c')
| -rw-r--r-- | if-linux.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ #include <netinet/ether.h> #include <netpacket/packet.h> -#include <ctype.h> #include <errno.h> #include <stddef.h> #include <stdio.h> |
