aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:11:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 20:11:25 +0000
commitbe53d7f298bb81297ff0d186f9ddb585a2e57198 (patch)
treef461c861805dc1694884e772a7c07bfe64f14a3d /tmux.c
parent0d5ad358ae3bc80cbf226f5aef5790ca1e1f430c (diff)
downloadrtmux-be53d7f298bb81297ff0d186f9ddb585a2e57198.tar.gz
rtmux-be53d7f298bb81297ff0d186f9ddb585a2e57198.tar.bz2
rtmux-be53d7f298bb81297ff0d186f9ddb585a2e57198.zip
More Sun OS crap.
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)
{