net: constify MIB name tables

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexey Dobriyan
2010-01-22 10:17:26 +00:00
committed by David S. Miller
parent 81c1ebfc43
commit 5833929cc2
5 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@
* - name of entries.
*/
struct snmp_mib {
char *name;
const char *name;
int entry;
};