=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/logging.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/sudo/Attic/logging.c 2003/03/20 02:06:58 1.10 +++ src/usr.bin/sudo/Attic/logging.c 2003/03/28 18:55:30 1.11 @@ -65,7 +65,7 @@ #include "sudo.h" #ifndef lint -static const char rcsid[] = "$Sudo: logging.c,v 1.158 2003/03/20 02:04:32 millert Exp $"; +static const char rcsid[] = "$Sudo: logging.c,v 1.159 2003/03/24 21:09:27 millert Exp $"; #endif /* lint */ static void do_syslog __P((int, char *)); @@ -438,7 +438,7 @@ { FILE *mail; char *p; - int pfd[2], status; + int pfd[2]; pid_t pid; sigset_t set, oset; #ifndef NO_ROOT_MAILER