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

  1. diff -urN live/groupsock/Groupsock.cpp live-jsaw/groupsock/Groupsock.cpp
  2. --- live/groupsock/Groupsock.cpp 2003-11-25 10:04:41.000000000 +0100
  3. +++ live-jsaw/groupsock/Groupsock.cpp 2004-03-29 01:37:48.000000000 +0200
  4. @@ -26,9 +26,9 @@
  5. #if defined(__WIN32__) || defined(_WIN32)
  6. #include <strstrea.h>
  7. #else
  8. -#include <strstream.h>
  9. +#include <strstream>
  10. #endif
  11. -#include <stdio.h>
  12. +#include <cstdio>
  13. ///////// OutputSocket //////////
  14. diff -urN live/groupsock/NetInterface.cpp live-jsaw/groupsock/NetInterface.cpp
  15. --- live/groupsock/NetInterface.cpp 2003-11-25 10:04:41.000000000 +0100
  16. +++ live-jsaw/groupsock/NetInterface.cpp 2004-03-29 01:37:34.000000000 +0200
  17. @@ -24,7 +24,7 @@
  18. #if defined(__WIN32__) || defined(_WIN32)
  19. #include <strstrea.h>
  20. #else
  21. -#include <strstream.h>
  22. +#include <strstream>
  23. #endif
  24. ////////// NetInterface //////////