Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-01-09 20:01:12 +00:00
4 changed files with 29 additions and 16 deletions

2
tmux.h
View File

@ -78,7 +78,7 @@ struct tmuxproc;
#define READ_CHANGE_HITS 3
/* Attribute to make gcc check printf-like arguments. */
/* Attribute to make GCC check printf-like arguments. */
#define printflike(a, b) __attribute__ ((format (printf, a, b)))
/* Number of items in array. */