summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/mail.local
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2007-02-04 13:17:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2007-02-04 13:17:36 +0000
commit711499ec7ced45d0f01061c4c8685e094afc9f5a (patch)
tree286d962cad334d6cb582057a4cbe535db6fe978f /gnu/usr.sbin/sendmail/mail.local
parentec78776b871ba7b25c66902e80c5c4718d91b2cf (diff)
Update to sendmail-8.14.0. OK mbalmer@
Diffstat (limited to 'gnu/usr.sbin/sendmail/mail.local')
-rw-r--r--gnu/usr.sbin/sendmail/mail.local/mail.local.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.sbin/sendmail/mail.local/mail.local.c b/gnu/usr.sbin/sendmail/mail.local/mail.local.c
index 01bb10514cb..4e2c90b8ac4 100644
--- a/gnu/usr.sbin/sendmail/mail.local/mail.local.c
+++ b/gnu/usr.sbin/sendmail/mail.local/mail.local.c
@@ -18,7 +18,7 @@ SM_IDSTR(copyright,
Copyright (c) 1990, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n")
-SM_IDSTR(id, "@(#)$Sendmail: mail.local.c,v 8.253 2004/11/01 20:42:42 ca Exp $")
+SM_IDSTR(id, "@(#)$Sendmail: mail.local.c,v 8.254 2006/10/12 22:23:45 ca Exp $")
#include <stdlib.h>
#include <sm/errstring.h>
@@ -173,6 +173,8 @@ const char *hashname __P((char *));
#endif /* HASHSPOOL */
+static void sm_exit __P((int));
+
static void
sm_exit(status)
int status;