--- 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 +#include #else -#include +#include #endif #include --- 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 +#include #else -#include +#include #endif ////////// NetInterface //////////