PERFORCE change 100956 for review

John Baldwin jhb at FreeBSD.org
Sat Jul 8 03:16:57 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100956

Change 100956 by jhb at jhb_mutex on 2006/07/08 03:16:17

	Tidy.

Affected files ...

.. //depot/projects/smpng/sys/compat/freebsd32/freebsd32_misc.c#39 edit

Differences ...

==== //depot/projects/smpng/sys/compat/freebsd32/freebsd32_misc.c#39 (text+ko) ====

@@ -1148,7 +1148,7 @@
 	msg.msg_iovlen = 1;
 	aiov.iov_base = PTRIN(uap->buf);
 	aiov.iov_len = uap->len;
-	msg.msg_control = 0;
+	msg.msg_control = NULL;
 	msg.msg_flags = uap->flags;
 	error = kern_recvit(td, uap->s, &msg, UIO_USERSPACE,
 	    UIO_USERSPACE, NULL);


More information about the p4-projects mailing list