Date: Sun, 7 Jun 2009 14:30:48 GMT From: Tatsiana Elavaya <tsel@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 163714 for review Message-ID: <200906071430.n57EUm4u016309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163714 Change 163714 by tsel@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906071430.n57EUm4u016309>