aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-04-28 22:52:43 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-04-28 22:52:43 +0000
commitfbf59d5891c7b56fe360aef494bfe78dc8928e6a (patch)
tree6472f1efc45c72394793cec1a0f45382c754eaad /bin
parentfcb107b9a6b21689196393ffae699e17d23260c2 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/hostname/hostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c
index 87136eb5f408..ecc319db6b17 100644
--- a/bin/hostname/hostname.c
+++ b/bin/hostname/hostname.c
@@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-static void usage(void);
+static void usage(void) __dead2;
int
main(int argc, char *argv[])