aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index df9f2d2e..63e0d415 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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)
{