diff options
-rw-r--r-- | bin/hostname/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 87136eb..ecc319d 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[]) |