From a5eda1119d21d5a83c658efb91404358f8179cc2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Oct 2014 12:21:16 +0000 Subject: main/dhcpcd: upgrade to 6.5.0 --- main/dhcpcd/u_char.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/dhcpcd/u_char.patch (limited to 'main/dhcpcd/u_char.patch') diff --git a/main/dhcpcd/u_char.patch b/main/dhcpcd/u_char.patch deleted file mode 100644 index 131ee5a29f..0000000000 --- a/main/dhcpcd/u_char.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./compat/svis.c.orig -+++ ./compat/svis.c -@@ -71,7 +71,7 @@ - #undef BELL - #define BELL '\a' - --#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7') -+#define isoctal(c) (((unsigned char)(c)) >= '0' && ((unsigned char)(c)) <= '7') - #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') - - /* -- cgit v1.2.3