Massive net driver const-ification.
This commit is contained in:
committed by
Jeff Garzik
parent
c499ec24c3
commit
f71e130966
@@ -108,7 +108,7 @@ static void
|
||||
ppp_print_hex (register __u8 * out, const __u8 * in, int count)
|
||||
{
|
||||
register __u8 next_ch;
|
||||
static char hex[] = "0123456789ABCDEF";
|
||||
static const char hex[] = "0123456789ABCDEF";
|
||||
|
||||
while (count-- > 0) {
|
||||
next_ch = *in++;
|
||||
|
Reference in New Issue
Block a user