|
|
@@ -203,3 +203,42 @@
|
|
|
#CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
|
|
|
|
|
|
all: libloader.a
|
|
|
+diff -Naur live.orig/config.solaris live/config.solaris
|
|
|
+--- live.orig/config.solaris 2003-08-07 09:52:11.000000000 +0200
|
|
|
++++ live/config.solaris 2003-08-13 18:31:12.542868000 +0200
|
|
|
+@@ -1,4 +1,4 @@
|
|
|
+-COMPILE_OPTS = $(INCLUDES) -I. -O -DSOLARIS
|
|
|
++COMPILE_OPTS = $(INCLUDES) -I. -O -DSOLARIS -DSOCKLEN_T=socklen_t
|
|
|
+ C = c
|
|
|
+ C_COMPILER = cc
|
|
|
+ C_FLAGS = $(COMPILE_OPTS)
|
|
|
+diff -Naur live.orig/groupsock/Groupsock.cpp live/groupsock/Groupsock.cpp
|
|
|
+--- live.orig/groupsock/Groupsock.cpp Thu Aug 7 09:52:09 2003
|
|
|
++++ live/groupsock/Groupsock.cpp Wed Aug 13 14:59:36 2003
|
|
|
+@@ -24,9 +24,9 @@
|
|
|
+ #include "TunnelEncaps.hh"
|
|
|
+
|
|
|
+ #if defined(__WIN32__) || defined(_WIN32)
|
|
|
+-#include <strstrea.h>
|
|
|
++#include <strstrea>
|
|
|
+ #else
|
|
|
+-#include <strstream.h>
|
|
|
++#include <strstream>
|
|
|
+ #endif
|
|
|
+ #include <stdio.h>
|
|
|
+
|
|
|
+diff -Naur live.orig/groupsock/NetInterface.cpp live/groupsock/NetInterface.cpp
|
|
|
+--- live.orig/groupsock/NetInterface.cpp Thu Aug 7 09:52:09 2003
|
|
|
++++ live/groupsock/NetInterface.cpp Wed Aug 13 15:00:00 2003
|
|
|
+@@ -22,9 +22,9 @@
|
|
|
+ #include "GroupsockHelper.hh"
|
|
|
+
|
|
|
+ #if defined(__WIN32__) || defined(_WIN32)
|
|
|
+-#include <strstrea.h>
|
|
|
++#include <strstrea>
|
|
|
+ #else
|
|
|
+-#include <strstream.h>
|
|
|
++#include <strstream>
|
|
|
+ #endif
|
|
|
+
|
|
|
+ ////////// NetInterface //////////
|