Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2008 19:10:25 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 145650 for review
Message-ID:  <200807221910.m6MJAPXH018226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145650

Change 145650 by zec@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807221910.m6MJAPXH018226>