aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcpcd/u_char.patch
blob: 131ee5a29f82eaf3745239b2872c7da5037a38d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./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')
 
 /*