aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/perror
diff options
context:
space:
mode:
authorAlfonso Gregory <gfunni234@gmail.com>2023-07-07 16:39:23 +0000
committerWarner Losh <imp@FreeBSD.org>2023-07-07 16:45:18 +0000
commit1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a (patch)
treebda296dc13fa2b8460c49e57183a806cfbac17e0 /usr.bin/perror
parenta1b6427a97879ee0034797b2c75ecd107312456a (diff)
Diffstat (limited to 'usr.bin/perror')
-rw-r--r--usr.bin/perror/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c
index bbf53e5e77c4..f6ffc9a5587c 100644
--- a/usr.bin/perror/perror.c
+++ b/usr.bin/perror/perror.c
@@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
#include <locale.h>
#include <sys/errno.h>
-static void usage(void);
+static void usage(void) __dead2;
int
main(int argc, char **argv)