diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 21:22:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-03-31 21:22:10 +0000 |
commit | 792b28ec3eb755fda79f986da27e19bec7c552ac (patch) | |
tree | 55069db41d90149b6c89d6681431a5289c8faf74 /compat/getopt_long.c | |
parent | 6c27f1c33533bbc3223661d21cf43d97dee55c80 (diff) | |
download | rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.tar.gz rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.tar.bz2 rtmux-792b28ec3eb755fda79f986da27e19bec7c552ac.zip |
Most of AIX support.
Diffstat (limited to 'compat/getopt_long.c')
-rw-r--r-- | compat/getopt_long.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/getopt_long.c b/compat/getopt_long.c index 20555612..9bd4fe14 100644 --- a/compat/getopt_long.c +++ b/compat/getopt_long.c @@ -49,13 +49,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <err.h> +/* #include <err.h> */ #include <errno.h> /* #include <getopt.h> */ #include <stdlib.h> #include <string.h> #include "tmux.h" +#define warnx(a, b) /* XXX */ #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */ |