[BACK]Return to toke.l CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/toke.l between version 1.7 and 1.8

version 1.7, 2010/03/01 11:36:47 version 1.8, 2011/04/29 17:19:13
Line 362 
Line 362 
                             return(NTWKADDR);                              return(NTWKADDR);
                         }                          }
   
 {IPV4ADDR}\/([12][0-9]*|3[0-2]*) {  {IPV4ADDR}\/([12]?[0-9]|3[0-2]|) {
                             if (!fill(yytext, yyleng))                              if (!fill(yytext, yyleng))
                                 yyterminate();                                  yyterminate();
                             LEXTRACE("NTWKADDR ");                              LEXTRACE("NTWKADDR ");

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