diff options
| author | Alfonso Gregory <gfunni234@gmail.com> | 2023-07-07 16:39:23 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-07-07 16:45:18 +0000 |
| commit | 1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a (patch) | |
| tree | bda296dc13fa2b8460c49e57183a806cfbac17e0 /usr.bin/perror | |
| parent | a1b6427a97879ee0034797b2c75ecd107312456a (diff) | |
Diffstat (limited to 'usr.bin/perror')
| -rw-r--r-- | usr.bin/perror/perror.c | 2 |
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) |
