On Saturday 30 June 2007 01:48:06 Ben Hodgetts (Enverex) wrote:
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c index 90fa9b0..5984790 100644 --- a/dlls/ws2_32/socket.c +++ b/dlls/ws2_32/socket.c @@ -3767,9 +3767,11 @@ SOCKET WINAPI WSASocketW(int af, int type, int protocol, if (GetLastError() == WSAEACCES) /* raw socket denied */ { if (type == SOCK_RAW)
MESSAGE("WARNING: Trying to create a socket of type
SOCK_RAW, will fail unless running as root\n");
Your mail client mangled the long lines. Please make sure to actually attach the patch before sending. git-format-patch does that when given the --attach parameter.
Cheers, Kai