PERFORCE change 149216 for review

Marko Zec zec at FreeBSD.org
Thu Sep 4 18:44:35 UTC 2008


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

Change 149216 by zec at zec_tpx32 on 2008/09/04 18:43:50

	Restore an initializer for a global variable - initializers
	should go away in the next commit, not just yet.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/if_gif.c#9 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/if_gif.c#9 (text+ko) ====

@@ -124,7 +124,7 @@
 #define MAX_GIF_NEST 1
 #endif
 #ifndef VIMAGE
-static int max_gif_nesting;
+static int max_gif_nesting = MAX_GIF_NEST;
 #endif
 SYSCTL_V_INT(V_NET, vnet_gif, _net_link_gif, OID_AUTO, max_nesting,
     CTLFLAG_RW, max_gif_nesting, 0, "Max nested tunnels");


More information about the p4-projects mailing list