summaryrefslogtreecommitdiffstats
path: root/userspace/arptables
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2007-01-07 15:48:59 +0000
committerBart De Schuymer <bdschuym@pandora.be>2007-01-07 15:48:59 +0000
commit8907b0f337c5d14e299f514432ddc22382f71666 (patch)
tree1184b709250d8d34c37317494e7ab8e5e23ce579 /userspace/arptables
parentc5fe705ee4938cde15e0896f2d0c89e11e84fc42 (diff)
fix compile warning
Diffstat (limited to 'userspace/arptables')
-rw-r--r--userspace/arptables/libarptc/libarptc_incl.c5
1 files 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;