ORBit build on HPUX with patch (take 2)



Okay...The other patch was bad...due to a few cut and paste errors in vim.  
Here is the correct patch...sorry bout that.

*** src/IIOP/connection.c.orig  Thu Jan 14 11:51:47 1999
--- src/IIOP/connection.c       Thu Jan 14 11:56:07 1999
***************
*** 1,5 ****
--- 1,11 ----
  #include "config.h"
+ #ifndef _XOPEN_SOURCE_EXTENDED
+ #     define _XOPEN_SOURCE_EXTENDED
+ #endif
  #include "iiop-endianP.h"
+ #ifdef _XOPEN_SOURCE_EXTENDED
+ #     undef _XOPEN_SOURCE_EXTENDED
+ #endif
  #include "IIOP.h"
  #include "IIOP-private.h"
  #include "giop-msg-buffer.h"
***************
*** 10,17 ****
--- 16,29 ----
  #include <fcntl.h>
  #include <sys/socket.h>
  #include <sys/un.h>
+ #ifndef _XOPEN_SOURCE_EXTENDED
+ #     define _XOPEN_SOURCE_EXTENDED
+ #endif
  #include <arpa/inet.h>
  #include <netdb.h>
+ #ifdef _XOPEN_SOURCE_EXTENDED
+ #     undef _XOPEN_SOURCE_EXTENDED
+ #endif
  #include <ctype.h>
  #include <string.h>
  #include <sys/time.h>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]