- missing bits of patch attached to bug #249 (constify).
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 19 Jan 2006 14:51:17 +0000 (14:51 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 19 Jan 2006 14:51:17 +0000 (14:51 -0000)
networking/interface.c

index ce7d67da72048ec526345bd3608d0fc59e2fb2fd..554dc16d0d0e69429ae0a1d36056d415b308a3aa 100644 (file)
@@ -1038,7 +1038,7 @@ static char *get_name(char *name, char *p)
  * old approach of multiple scanf occurrences with large numbers of
  * args. */
 
-/* static const char *ss_fmt[] = { */
+/* static const char * const ss_fmt[] = { */
 /*     "%Ln%Lu%lu%lu%lu%lu%ln%ln%Ln%Lu%lu%lu%lu%lu%lu", */
 /*     "%Lu%Lu%lu%lu%lu%lu%ln%ln%Lu%Lu%lu%lu%lu%lu%lu", */
 /*     "%Lu%Lu%lu%lu%lu%lu%lu%lu%Lu%Lu%lu%lu%lu%lu%lu%lu" */
@@ -1359,7 +1359,7 @@ static int do_if_fetch(struct interface *ife)
 
 /* This structure defines hardware protocols and their handlers. */
 struct hwtype {
-       const char *name;
+       const char * const name;
        const char *title;
        int type;
        int alen;