PERFORCE change 163420 for review

Marko Zec zec at FreeBSD.org
Wed Jun 3 15:43:10 UTC 2009


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

Change 163420 by zec at 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;
 


More information about the p4-projects mailing list