From 11a76ec00fc7598f0e2a3d4b28830b95598be34f Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Apr 1993 20:50:22 +0000 Subject: Cleanup for GCC 2. --- usr.sbin/sendmail/src/queue.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr.sbin/sendmail/src/queue.c') diff --git a/usr.sbin/sendmail/src/queue.c b/usr.sbin/sendmail/src/queue.c index 03b226a97c7..211d0c07304 100644 --- a/usr.sbin/sendmail/src/queue.c +++ b/usr.sbin/sendmail/src/queue.c @@ -431,6 +431,7 @@ orderq(doall) WORK wlist[QUEUESIZE+1]; int wn = -1; extern workcmpf(); + extern bool shouldqueue(); /* clear out old WorkQ */ for (w = WorkQ; w != NULL; ) @@ -912,6 +913,8 @@ printqueue() cbuf[0] = '\0'; while (fgets(buf, sizeof buf, f) != NULL) { + extern long atol(); + fixcrlf(buf, TRUE); switch (buf[0]) { -- cgit