summaryrefslogtreecommitdiffstats
path: root/osdep-linux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:45:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-11-18 16:45:44 +0000
commitc15487318b08a88aebc9cf583cbdc591b1bc34c8 (patch)
tree61bf2f2b7c1a30dcc8d08f2d25a8f6953b218fb8 /osdep-linux.c
parenta58eaec5403d39f2e89e79146a0ffbb90a956679 (diff)
unused -> __unused.
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;