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 | 498a0a9c61c3048b492937ff76d58bbd0b78031a (patch) | |
| tree | 5abdbe1350d79f62231718f5df0b6fb81b354e72 /usr.bin/chat | |
| parent | 5c3b5af6a2f6ebcccb73d1472f0aac63cacdee7f (diff) | |
Diffstat (limited to 'usr.bin/chat')
| -rw-r--r-- | usr.bin/chat/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 059aa2483292..ec558a615901 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -145,7 +145,7 @@ static int say_next, hup_next; void *dup_mem(void *b, size_t c); void *copy_of(char *s); -static void usage(void); +static void usage(void) __dead2; void chat_logf(const char *fmt, ...); void fatal(int code, const char *fmt, ...); SIGTYPE sigalrm(int signo); |
