Date: Thu, 11 Jun 2009 21:18:55 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 164147 for review Message-ID: <200906112118.n5BLItiP040592@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=164147 Change 164147 by zec@zec_amdx4 on 2009/06/11 21:18:49 Fix a misintegration. Affected files ... .. //depot/projects/vimage/src/sys/netinet/ip_fw.h#34 edit Differences ... ==== //depot/projects/vimage/src/sys/netinet/ip_fw.h#34 (text+ko) ==== @@ -601,6 +601,7 @@ LIST_HEAD(, cfg_nat) nat; /* list of nat entries */ struct radix_node_head *tables[IPFW_TABLES_MAX]; struct rwlock rwmtx; + uint32_t id; /* ruleset id */ }; struct table_entry { @@ -688,9 +689,6 @@ #endif #endif - uint32_t id; /* ruleset id */ -}; - #ifdef IPFW_INTERNAL #define IPFW_LOCK_INIT(_chain) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906112118.n5BLItiP040592>