Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 15:43:08 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 163420 for review
Message-ID:  <200906031543.n53Fh8WX068941@repoman.freebsd.org>

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

Change 163420 by zec@zec_amdx4 on 2009/06/03 15:43:03

	Fix misinntegration.

Affected files ...

.. //depot/projects/vimage/src/sys/netinet6/in6_proto.c#41 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet6/in6_proto.c#41 (text+ko) ====

@@ -450,9 +450,6 @@
 sysctl_ip6_temppltime(SYSCTL_HANDLER_ARGS)
 {
 	INIT_VNET_INET6(curvnet);
-#ifdef VIMAGE
-	SYSCTL_RESOLVE_V_ARG1();
-#endif
 	int error = 0;
 	int old;
 
@@ -475,9 +472,6 @@
 sysctl_ip6_tempvltime(SYSCTL_HANDLER_ARGS)
 {
 	INIT_VNET_INET6(curvnet);
-#ifdef VIMAGE
-	SYSCTL_RESOLVE_V_ARG1();
-#endif
 	int error = 0;
 	int old;
 



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