From 8907b0f337c5d14e299f514432ddc22382f71666 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sun, 7 Jan 2007 15:48:59 +0000 Subject: fix compile warning --- userspace/arptables/libarptc/libarptc_incl.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/userspace/arptables/libarptc/libarptc_incl.c b/userspace/arptables/libarptc/libarptc_incl.c index 0e464d7..35736db 100644 --- a/userspace/arptables/libarptc/libarptc_incl.c +++ b/userspace/arptables/libarptc/libarptc_incl.c @@ -1,4 +1,4 @@ -/* Library which manipulates firewall rules. Version $Revision: 1.5 $ */ +/* Library which manipulates firewall rules. Version $Revision: 1.6 $ */ /* Architecture of firewall rules is as follows: * @@ -221,8 +221,7 @@ TC_INIT(const char *tablename) TC_HANDLE_T h; STRUCT_GETINFO info; unsigned int i; - int tmp; - socklen_t s; + socklen_t s, tmp; arptc_fn = TC_INIT; -- cgit v1.2.3