From Elia Pinto <gitter.spiros@gmail.com>
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 22 Feb 2010 03:00:33 +0000 (14:00 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 22 Feb 2010 03:00:33 +0000 (14:00 +1100)
We dont need to include getopt.h under AIX

utils/ping_pong/ping_pong.c

index 6061ee7a8f3428279621237e07437aa85d49be2b..098dacd9c72b87f2ce3ba3950e57ae9436d06d30 100644 (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;