PERFORCE change 147567 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Aug 16 17:15:16 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147567
Change 147567 by bz at bz_dumpster on 2008/08/16 17:15:11
V_ for more intializers
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/netinet/ip_fw2.c#7 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/netinet/ip_fw2.c#7 (text+ko) ====
@@ -4566,12 +4566,12 @@
default_rule.cmd[0].opcode == O_ACCEPT ? "accept" : "deny");
#ifdef IPFIREWALL_VERBOSE
- fw_verbose = 1;
+ V_fw_verbose = 1;
#endif
#ifdef IPFIREWALL_VERBOSE_LIMIT
verbose_limit = IPFIREWALL_VERBOSE_LIMIT;
#endif
- if (fw_verbose == 0)
+ if (V_fw_verbose == 0)
printf("disabled\n");
else if (verbose_limit == 0)
printf("unlimited\n");
More information about the p4-projects
mailing list