1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

From Elia Pinto <gitter.spiros@gmail.com>

We dont need to include getopt.h under AIX

(This used to be ctdb commit fcebbc3484ce56c57def745ea51c053dfb02a657)
This commit is contained in:
Ronnie Sahlberg 2010-02-22 14:00:33 +11:00
parent 68decc38ca
commit 6f80ff4109

View File

@ -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;