[BACK]Return to lookup.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/lookup.c between version 1.6 and 1.7

version 1.6, 1996/07/12 07:23:59 version 1.7, 1996/07/25 05:31:01
Line 148 
Line 148 
                         continue;                          continue;
                 if (action != LOOKUP) {                  if (action != LOOKUP) {
                         if (action != INSERT || s->s_type != CONST) {                          if (action != INSERT || s->s_type != CONST) {
                                 (void) snprintf(ebuf, sizeof(ebuf), "%s redefined", name);                                  (void) snprintf(ebuf, sizeof(ebuf),
                                                   "%s redefined", name);
                                 yyerror(ebuf);                                  yyerror(ebuf);
                         }                          }
                 }                  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7