PERFORCE change 126044 for review

Ana Kukec anchie at FreeBSD.org
Tue Sep 4 05:34:35 PDT 2007


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

Change 126044 by anchie at anchie_malimis on 2007/09/04 12:33:56

	Added the macro function call to resolve the offset of the
	argument in the structure sysctl_v_oid. 
	argument 	

Affected files ...

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

Differences ...

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

@@ -477,6 +477,7 @@
 #endif
 {
 	INIT_VNET_INET6(curvnet);
+	SYSCTL_RESOLVE_V_ARG1();
 	int error = 0;
 	int old;
 
@@ -501,6 +502,7 @@
 #endif
 {
 	INIT_VNET_INET6(curvnet);
+	SYSCTL_RESOLVE_V_ARG1();
 	int error = 0;
 	int old;
 


More information about the p4-projects mailing list