PERFORCE change 163714 for review
Tatsiana Elavaya
tsel at FreeBSD.org
Sun Jun 7 14:30:50 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=163714
Change 163714 by tsel at tsel_mz on 2009/06/07 14:29:58
Fix incorrect function declaration. Thanks to Ed Schouten.
Affected files ...
.. //depot/projects/soc2009/tsel_ipfw/sbin/ipfw/ipfw2.c#4 edit
Differences ...
==== //depot/projects/soc2009/tsel_ipfw/sbin/ipfw/ipfw2.c#4 (text+ko) ====
@@ -470,7 +470,7 @@
}
static struct ip_fw**
-get_rules_cached()
+get_rules_cached(void)
{
static struct ip_fw *raw_rules = NULL;
static struct ip_fw **rules = NULL;
More information about the p4-projects
mailing list