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

Diff for /src/usr.bin/sudo/Attic/list.c between version 1.1 and 1.2

version 1.1, 2008/11/14 11:58:08 version 1.2, 2010/03/04 12:21:36
Line 31 
Line 31 
   
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: list.c,v 1.6 2008/11/09 14:13:12 millert Exp $";  
 #endif /* lint */  
   
 struct list_proto {  struct list_proto {
     struct list_proto *prev;      struct list_proto *prev;
     struct list_proto *next;      struct list_proto *next;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2