mirror of the now-defunct rocklinux.org
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.
 
 
 
 
 
 

27 lines
850 B

diff -urN live/groupsock/Groupsock.cpp live-jsaw/groupsock/Groupsock.cpp
--- live/groupsock/Groupsock.cpp 2003-11-25 10:04:41.000000000 +0100
+++ live-jsaw/groupsock/Groupsock.cpp 2004-03-29 01:37:48.000000000 +0200
@@ -26,9 +26,9 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
-#include <stdio.h>
+#include <cstdio>
///////// OutputSocket //////////
diff -urN live/groupsock/NetInterface.cpp live-jsaw/groupsock/NetInterface.cpp
--- live/groupsock/NetInterface.cpp 2003-11-25 10:04:41.000000000 +0100
+++ live-jsaw/groupsock/NetInterface.cpp 2004-03-29 01:37:34.000000000 +0200
@@ -24,7 +24,7 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
////////// NetInterface //////////