Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / tux / output.c
index 00d360b..0cfc220 100644 (file)
@@ -34,7 +34,7 @@ int send_sync_buf (tux_req_t *req, struct socket *sock, const char *buf, const s
 
        tp->nonagle = 2;
 
-       msg.msg_name     = 0;
+       msg.msg_name     = NULL;
        msg.msg_namelen  = 0;
        msg.msg_iov      = &iov;
        msg.msg_iovlen   = 1;