[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.4 and 1.5

version 1.4, 2009/06/21 14:48:42 version 1.5, 2009/07/19 23:16:29
Line 72 
Line 72 
 #include <gram.h>  #include <gram.h>
   
 #ifndef lint  #ifndef lint
 __unused static const char rcsid[] = "$Sudo: toke.l,v 1.37 2009/05/27 00:46:51 millert Exp $";  __unused static const char rcsid[] = "$Sudo: toke.l,v 1.38 2009/07/18 13:55:37 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 extern YYSTYPE yylval;  extern YYSTYPE yylval;
Line 971 
Line 971 
                 memcpy(pp, user_shost, shost_len);                  memcpy(pp, user_shost, shost_len);
                 pp += shost_len;                  pp += shost_len;
                 cp += 2;                  cp += 2;
                   continue;
             }              }
             *pp++ = *cp++;              *pp++ = *cp++;
         }          }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5