g/c unused variable

This commit is contained in:
Todd C. Miller
2003-03-24 21:09:27 +00:00
parent b16eb4722e
commit fff31a8a56

View File

@@ -438,7 +438,7 @@ send_mail(line)
{ {
FILE *mail; FILE *mail;
char *p; char *p;
int pfd[2], status; int pfd[2];
pid_t pid; pid_t pid;
sigset_t set, oset; sigset_t set, oset;
#ifndef NO_ROOT_MAILER #ifndef NO_ROOT_MAILER