commit | 1cd80845dc5262ff7d3d38deb1921f0b8390f4df | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Oct 07 20:07:40 2004 +0000 |
committer | hasso <hasso> | Thu Oct 07 20:07:40 2004 +0000 |
tree | fc41aebc4470a8467663ccdc6dcc4b91edb75769 | |
parent | 54ade99658ea95bf9207b5547fe6a7b97e64c97a [diff] [blame] |
No warnings here any more.
diff --git a/isisd/isis_csm.c b/isisd/isis_csm.c index 8f44db1..96728d5 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c
@@ -52,7 +52,7 @@ extern struct isis *isis; -static char *csm_statestr[] = { +static const char *csm_statestr[] = { "C_STATE_NA", "C_STATE_INIT", "C_STATE_CONF", @@ -61,7 +61,7 @@ #define STATE2STR(S) csm_statestr[S] -static char *csm_eventstr[] = { +static const char *csm_eventstr[] = { "NO_STATE", "ISIS_ENABLE", "IF_UP_FROM_Z",