diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-04 13:17:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-04 13:17:36 +0000 |
commit | 711499ec7ced45d0f01061c4c8685e094afc9f5a (patch) | |
tree | 286d962cad334d6cb582057a4cbe535db6fe978f /gnu/usr.sbin/sendmail/mail.local | |
parent | ec78776b871ba7b25c66902e80c5c4718d91b2cf (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.c | 4 |
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; |