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

Diff for /src/usr.bin/sudo/Attic/sudo_nss.c between version 1.2 and 1.3

version 1.2, 2009/04/11 11:48:06 version 1.3, 2009/06/21 14:48:42
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 2007-2009 Todd C. Miller <Todd.Miller@courtesan.com>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 45 
Line 45 
 #include "lbuf.h"  #include "lbuf.h"
   
 #ifndef lint  #ifndef lint
 __unused static const char rcsid[] = "$Sudo: sudo_nss.c,v 1.7 2009/03/10 20:44:05 millert Exp $";  __unused static const char rcsid[] = "$Sudo: sudo_nss.c,v 1.8 2009/05/25 12:02:41 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 extern struct sudo_nss sudo_nss_file;  extern struct sudo_nss sudo_nss_file;

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