diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-02-22 14:00:33 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-02-22 14:00:33 +1100 |
commit | 6f80ff41092b5cde867a3bd3f3c8b57cd9bd75e0 (patch) | |
tree | b5ee24fcbfcbbf53083a1caa221842ce13ec67e8 /ctdb/utils | |
parent | 68decc38cae6e57e379c91657aad77a39d0e5b0b (diff) | |
download | samba-6f80ff41092b5cde867a3bd3f3c8b57cd9bd75e0.tar.gz |
From Elia Pinto <gitter.spiros@gmail.com>
We dont need to include getopt.h under AIX
(This used to be ctdb commit fcebbc3484ce56c57def745ea51c053dfb02a657)
Diffstat (limited to 'ctdb/utils')
-rw-r--r-- | ctdb/utils/ping_pong/ping_pong.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/utils/ping_pong/ping_pong.c b/ctdb/utils/ping_pong/ping_pong.c index 6061ee7a8f3..098dacd9c72 100644 --- a/ctdb/utils/ping_pong/ping_pong.c +++ b/ctdb/utils/ping_pong/ping_pong.c @@ -37,9 +37,6 @@ #include <string.h> #include <unistd.h> #include <fcntl.h> -#ifndef _AIX -#include <getopt.h> -#endif #include <sys/mman.h> static struct timeval tp1,tp2; |