diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1913,7 +1913,7 @@ void VLAN_to_string(ushort x, char *s)  		sprintf(s, "%d", x & VLAN_IDMASK);  } -ushort string_to_VLAN(char *s) +ushort string_to_VLAN(const char *s)  {  	ushort id; |