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 | cccdaf507eee8fb34494b4624eb85bb951e323c8 (patch) | |
| tree | fe301035b431f914fc8708a9b7a351d31c35d1ba /usr.bin/xstr | |
| parent | 1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a (diff) | |
Diffstat (limited to 'usr.bin/xstr')
| -rw-r--r-- | usr.bin/xstr/xstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index da96581c3f2b..af9f0d2893bb 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -84,7 +84,7 @@ static int xgetc(FILE *); static off_t hashit(char *, int); static off_t yankstr(char **); -static void usage(void); +static void usage(void) __dead2; static void flushsh(void); static void found(int, off_t, char *); |
