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

Diff for /src/usr.bin/sudo/Attic/sudo.c between version 1.34 and 1.35

version 1.34, 2008/11/14 11:58:08 version 1.35, 2008/11/15 05:11:39
Line 171 
Line 171 
     int sources = 0, validated;      int sources = 0, validated;
     int fd, cmnd_status, sudo_mode, pwflag, rc = 0;      int fd, cmnd_status, sudo_mode, pwflag, rc = 0;
     sigaction_t sa;      sigaction_t sa;
       struct sudo_nss *nss;
 #if defined(SUDO_DEVEL) && defined(__OpenBSD__)  #if defined(SUDO_DEVEL) && defined(__OpenBSD__)
     extern char *malloc_options;      extern char *malloc_options;
     malloc_options = "AFGJPR";      malloc_options = "AFGJPR";
 #endif  #endif
     struct sudo_nss *nss;  
   
 #ifdef HAVE_SETLOCALE  #ifdef HAVE_SETLOCALE
     setlocale(LC_ALL, "");      setlocale(LC_ALL, "");

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35