Advertisement
sbaldovi

spectranet_without_pipes_05.diff

Jan 23rd, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.85 KB | None | 0 0
  1. Index: peripherals/nic/w5100_socket.c
  2. ===================================================================
  3. --- peripherals/nic/w5100_socket.c  (revision 4650)
  4. +++ peripherals/nic/w5100_socket.c  (working copy)
  5. @@ -35,6 +35,7 @@
  6.  
  7.  #ifdef WIN32
  8.  #include <winsock2.h>
  9. +#include <ws2tcpip.h>
  10.  #else
  11.  #include <arpa/inet.h>
  12.  #include <netinet/in.h>
  13. Index: compat/win32/socket.c
  14. ===================================================================
  15. --- compat/win32/socket.c   (revision 4650)
  16. +++ compat/win32/socket.c   (working copy)
  17. @@ -161,7 +161,7 @@
  18.    /* Test communications in order to detect blocking firewalls */
  19.    if( selfpipe_test( self ) == -1 ) {
  20.      ui_error( UI_ERROR_ERROR,
  21. -              "w5100: failed to test internal communications" );
  22. +              "Networking: failed to test internal communications" );
  23.      fuse_abort();
  24.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement