Use getprogname() instead of __progname to make portability easier.

This commit is contained in:
nicm
2016-05-27 17:05:42 +00:00
parent ec7f5305b1
commit fcb00a4161
2 changed files with 2 additions and 3 deletions

1
tmux.h
View File

@ -36,7 +36,6 @@
#include "xmalloc.h"
extern char *__progname;
extern char **environ;
struct client;