usage never returns, and thus should be __dead.

ok jasper@.
This commit is contained in:
oga 2008-02-13 21:48:03 +00:00
parent 9cb4f8884e
commit 3f63e529bf
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@ _sigchld_cb(int which)
;
}
void
__dead void
usage(void)
{
extern char *__progname;

View File

@ -312,7 +312,7 @@ int x_errorhandler(Display *, XErrorEvent *);
void x_setup(char *display_name);
char *x_screenname(int);
void x_setupscreen(struct screen_ctx *, u_int);
void usage(void);
__dead void usage(void);
struct client_ctx *client_find(Window);
void client_setup(void);