aboutsummaryrefslogtreecommitdiff
path: root/osdep-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep-linux.c')
-rw-r--r--osdep-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep-linux.c b/osdep-linux.c
index ad4c11cd..00501efb 100644
--- a/osdep-linux.c
+++ b/osdep-linux.c
@@ -28,7 +28,7 @@
#include "tmux.h"
char *
-osdep_get_name(int fd, unused char *tty)
+osdep_get_name(int fd, __unused char *tty)
{
FILE *f;
char *path, *buf;