The branch, master has been updated
       via  06b33a826e71e1dd2f9e02ad614be55535d42045 (commit)
      from  af1b3de978089a9819716b33c13c941b5558cb17 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 06b33a826e71e1dd2f9e02ad614be55535d42045
Author: Ronnie Sahlberg <[email protected]>
Date:   Thu Jun 4 09:41:05 2009 +1000

    From William Jojo <w.jojo[AT]hvcc.edu>
    
    AIX dont have getopt.h by default.
    Dont try including this file when building on AIX

-----------------------------------------------------------------------

Summary of changes:
 utils/ping_pong/ping_pong.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/utils/ping_pong/ping_pong.c b/utils/ping_pong/ping_pong.c
index 27ff057..6061ee7 100644
--- a/utils/ping_pong/ping_pong.c
+++ b/utils/ping_pong/ping_pong.c
@@ -37,7 +37,9 @@
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
+#ifndef _AIX
 #include <getopt.h>
+#endif
 #include <sys/mman.h>
 
 static struct timeval tp1,tp2;


-- 
CTDB repository

Reply via email to