More Sun OS crap.

This commit is contained in:
Nicholas Marriott
2008-06-18 20:11:25 +00:00
parent 0d5ad358ae
commit be53d7f298
9 changed files with 82 additions and 53 deletions

6
tmux.c
View File

@ -1,4 +1,4 @@
/* $Id: tmux.c,v 1.59 2008-06-18 19:34:50 nicm Exp $ */
/* $Id: tmux.c,v 1.60 2008-06-18 20:11:25 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -56,6 +56,10 @@ int be_quiet;
void sighandler(int);
__dead void usage(void);
#ifdef NO_PROGNAME
const char *__progname = "tmux";
#endif
__dead void
usage(void)
{