aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/secondary.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2010-09-20 13:23:43 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2010-09-20 13:23:43 +0000
commite43e02f1a443b3e3dde6876f034277892fae4d9d (patch)
treee420234bb5cbaf39d32f2ab59774edccf059143c /sbin/hastd/secondary.c
parent6baf7a243afee6db28e86c7c229ddad9ffe755f6 (diff)
downloadsrc-e43e02f1a443b3e3dde6876f034277892fae4d9d.tar.gz
src-e43e02f1a443b3e3dde6876f034277892fae4d9d.zip
Add __dead2 to functions that we know they are going to exit.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=212899
Diffstat (limited to 'sbin/hastd/secondary.c')
-rw-r--r--sbin/hastd/secondary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c
index fa898ecd0f52..6f56239be1ce 100644
--- a/sbin/hastd/secondary.c
+++ b/sbin/hastd/secondary.c
@@ -519,7 +519,7 @@ end:
return (hio->hio_error);
}
-static void
+static __dead2 void
secondary_exit(int exitcode, const char *fmt, ...)
{
va_list ap;