aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-14 03:00:32 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-14 03:00:32 +0000
commiteaa86f9d7fcbe6b82b1defa62f31071324c836ed (patch)
tree137a895b2bbf552ac725382b58bbcd9900e55b7a /libexec
parent09c9a90bfd133721f20dfa93619c270d3d3d8dff (diff)
downloadsrc-eaa86f9d7fcbe6b82b1defa62f31071324c836ed.tar.gz
src-eaa86f9d7fcbe6b82b1defa62f31071324c836ed.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/mail.local/mail.local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c
index 60df974a8251..c6d869d32b2c 100644
--- a/libexec/mail.local/mail.local.c
+++ b/libexec/mail.local/mail.local.c
@@ -71,7 +71,7 @@ int eval = EX_OK; /* sysexits.h error value. */
void deliver __P((int, char *, int));
void e_to_sys __P((int));
-__dead void err __P((const char *, ...));
+void err __P((const char *, ...)) __dead2;
void notifybiff __P((char *));
int store __P((char *));
void usage __P((void));