- reinstate static for the command string arrray to be gentle to gcc-3.x

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-28 11:14:26 +00:00
parent 8ca35d2d65
commit 2806b2368c

View File

@ -306,7 +306,7 @@ static int iprule_modify(int cmd, int argc, char **argv)
int do_iprule(int argc, char **argv)
{
const char * const ip_rule_commands[] =
static const char * const ip_rule_commands[] =
{"add", "delete", "list", "show", 0};
int cmd = 2; /* list */