aboutsummaryrefslogtreecommitdiff
path: root/osdep-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep-aix.c')
-rw-r--r--osdep-aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep-aix.c b/osdep-aix.c
index 0a3d12e4..ef7d6c7e 100644
--- a/osdep-aix.c
+++ b/osdep-aix.c
@@ -26,7 +26,7 @@
#include "tmux.h"
char *
-osdep_get_name(unused int fd, char *tty)
+osdep_get_name(__unused int fd, char *tty)
{
struct psinfo p;
char *path;