diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-28 19:54:16 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-08-28 19:54:16 +0000 |
commit | 8b96b7169d0af8c1b7ede14755a8bd4492f894d0 (patch) | |
tree | 1a2f98e0c0e6beaaac6172a6c4a98d4dfe63b4b7 | |
parent | 4cee66d5a8a49f6bd6342923aff94262812fba73 (diff) | |
download | busybox-w32-8b96b7169d0af8c1b7ede14755a8bd4492f894d0.tar.gz busybox-w32-8b96b7169d0af8c1b7ede14755a8bd4492f894d0.tar.bz2 busybox-w32-8b96b7169d0af8c1b7ede14755a8bd4492f894d0.zip |
*** empty log message ***
-rw-r--r-- | networking/arping.c | 2 |
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) | |||
132 | void catcher(void) | 132 | void catcher(void) |
133 | { | 133 | { |
134 | struct timeval tv; | 134 | struct timeval tv; |
135 | struct timeval start; | 135 | static struct timeval start; |
136 | 136 | ||
137 | gettimeofday(&tv, NULL); | 137 | gettimeofday(&tv, NULL); |
138 | 138 | ||