summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/queue.c
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2005-02-14 02:30:00 +0000
committergshapiro <gshapiro@FreeBSD.org>2005-02-14 02:30:00 +0000
commit59c6e3524b67debe90b8e7c57d4c84e7ea08a463 (patch)
tree43066d8dda87f5c4bb03cd123890866bdda87d3d /contrib/sendmail/src/queue.c
parent142aa8a840a9a8f0bb93e21d623560b94228bb22 (diff)
parent9883351c45502bc6aec878ba11d8ef5fe1843397 (diff)
downloadFreeBSD-src-59c6e3524b67debe90b8e7c57d4c84e7ea08a463.zip
FreeBSD-src-59c6e3524b67debe90b8e7c57d4c84e7ea08a463.tar.gz
This commit was generated by cvs2svn to compensate for changes in r141858,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/src/queue.c')
-rw-r--r--contrib/sendmail/src/queue.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/sendmail/src/queue.c b/contrib/sendmail/src/queue.c
index f37a293..51d6b63 100644
--- a/contrib/sendmail/src/queue.c
+++ b/contrib/sendmail/src/queue.c
@@ -13,7 +13,7 @@
#include <sendmail.h>
-SM_RCSID("@(#)$Id: queue.c,v 8.938 2004/06/03 19:02:10 ca Exp $")
+SM_RCSID("@(#)$Id: queue.c,v 8.939 2004/08/03 19:57:23 ca Exp $")
#include <dirent.h>
@@ -2399,7 +2399,8 @@ doqueuerun()
*/
void
-runqueueevent()
+runqueueevent(ignore)
+ int ignore;
{
int save_errno = errno;
OpenPOWER on IntegriCloud