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 /networking | |
parent | 4cee66d5a8a49f6bd6342923aff94262812fba73 (diff) | |
download | busybox-8b96b7169d0af8c1b7ede14755a8bd4492f894d0.tar.gz |
*** empty log message ***
Diffstat (limited to 'networking')
-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) void catcher(void) { struct timeval tv; - struct timeval start; + static struct timeval start; gettimeofday(&tv, NULL); |