PERFORCE change 145650 for review

Marko Zec zec at FreeBSD.org
Tue Jul 22 19:10:26 UTC 2008


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

Change 145650 by zec at zec_tinderbox on 2008/07/22 19:10:06

	Another attempt to unbreak nooptions INET6 build.

Affected files ...

.. //depot/projects/vimage/src/sys/compat/linux/linux_socket.c#7 edit

Differences ...

==== //depot/projects/vimage/src/sys/compat/linux/linux_socket.c#7 (text+ko) ====

@@ -550,8 +550,9 @@
 static int
 linux_socket(struct thread *td, struct linux_socket_args *args)
 {
+#ifdef INET6
 	INIT_VNET_INET6(curvnet);
-
+#endif
 	struct linux_socket_args linux_args;
 	struct socket_args /* {
 		int domain;


More information about the p4-projects mailing list