aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-08-28 19:54:16 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-08-28 19:54:16 +0000
commit8b96b7169d0af8c1b7ede14755a8bd4492f894d0 (patch)
tree1a2f98e0c0e6beaaac6172a6c4a98d4dfe63b4b7 /networking/arping.c
parent4cee66d5a8a49f6bd6342923aff94262812fba73 (diff)
downloadbusybox-8b96b7169d0af8c1b7ede14755a8bd4492f894d0.tar.gz
*** empty log message ***
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arping.c b/networking/arping.c
index 2e1adf0a2..cf1596cd4 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -132,7 +132,7 @@ void finish(void)
void catcher(void)
{
struct timeval tv;
- struct timeval start;
+ static struct timeval start;
gettimeofday(&tv, NULL);