aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/u_char.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/dhcpcd/u_char.patch')
-rw-r--r--main/dhcpcd/u_char.patch11
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')
-
- /*