aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index 8b3d0bfe..01e73f5d 100644
--- a/tmux.c
+++ b/tmux.c
@@ -29,6 +29,7 @@
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include "tmux.h"
@@ -347,9 +348,6 @@ main(int argc, char **argv)
}
free(path);
- /* Set process title. */
- setproctitle("%s (%s)", __progname, socket_path);
-
/* Pass control to the client. */
exit(client_main(event_init(), argc, argv, flags));
}