You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
--- loader/Makefile.orig Mon Mar 10 17:21:18 2003 |
|
+++ loader/Makefile Mon Aug 11 11:32:05 2003 |
|
@@ -17,7 +17,7 @@ |
|
# Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(), |
|
# as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code) |
|
WARN_FLAGS = |
|
-CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer |
|
+CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer |
|
#CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer |
|
|
|
all: libloader.a |
|
--- 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> |
|
|
|
--- 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 //////////
|
|
|