[PATCH 2/5] rule: family field in struct handle is unsigned

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
---
 include/rule.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/rule.h b/include/rule.h
index eda6b2c..e0debe3 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -15,7 +15,7 @@
  * @handle:	rule handle (rules only)
  */
 struct handle {
-	int			family;
+	uint32_t		family;
 	const char		*table;
 	const char		*chain;
 	const char		*set;
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux