linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / ppp_synctty.c
index 33255fe..33cb825 100644 (file)
@@ -108,7 +108,7 @@ static void
 ppp_print_hex (register __u8 * out, const __u8 * in, int count)
 {
        register __u8 next_ch;
-       static const char hex[] = "0123456789ABCDEF";
+       static char hex[] = "0123456789ABCDEF";
 
        while (count-- > 0) {
                next_ch = *in++;