diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-07 12:21:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-07 12:21:26 +0000 |
commit | a5eda1119d21d5a83c658efb91404358f8179cc2 (patch) | |
tree | 886213320bf4118605bc1c5c9357dd5f84a1c312 /main/dhcpcd/u_char.patch | |
parent | 4a0cf9bbf7e8ba2d29a213583ad6a157be41616a (diff) | |
download | aports-a5eda1119d21d5a83c658efb91404358f8179cc2.tar.bz2 aports-a5eda1119d21d5a83c658efb91404358f8179cc2.tar.xz |
main/dhcpcd: upgrade to 6.5.0
Diffstat (limited to 'main/dhcpcd/u_char.patch')
-rw-r--r-- | main/dhcpcd/u_char.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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') - - /* |