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

Diff for /src/usr.bin/sudo/Attic/match.c between version 1.5 and 1.6

version 1.5, 2010/02/22 22:41:10 version 1.6, 2010/03/04 12:21:36
Line 93 
Line 93 
 # include "nonunix.h"  # include "nonunix.h"
 #endif /* USING_NONUNIX_GROUPS */  #endif /* USING_NONUNIX_GROUPS */
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: match.c,v 1.48 2009/11/23 15:56:14 millert Exp $";  
 #endif /* lint */  
   
 static struct member_list empty;  static struct member_list empty;
   
 static int command_matches_dir __P((char *, size_t));  static int command_matches_dir __P((char *, size_t));

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