From 8b96b7169d0af8c1b7ede14755a8bd4492f894d0 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 28 Aug 2003 19:54:16 +0000 Subject: [PATCH] *** empty log message *** --- networking/arping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);