Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2007 12:34:35 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 126044 for review
Message-ID:  <200709041234.l84CYZFi035014@repoman.freebsd.org>

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

Change 126044 by anchie@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;
 



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