diff options
Diffstat (limited to 'net-mgmt/arpalert/files/patch-arpalert.c')
-rw-r--r-- | net-mgmt/arpalert/files/patch-arpalert.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/arpalert/files/patch-arpalert.c b/net-mgmt/arpalert/files/patch-arpalert.c index 352cee82b495..e85562af464b 100644 --- a/net-mgmt/arpalert/files/patch-arpalert.c +++ b/net-mgmt/arpalert/files/patch-arpalert.c @@ -1,6 +1,6 @@ ---- arpalert.c.orig 2008-04-01 03:36:42.000000000 +0900 -+++ arpalert.c 2009-10-21 19:45:53.000000000 +0900 -@@ -179,6 +179,12 @@ +--- arpalert.c.orig 2011-11-08 19:36:51 UTC ++++ arpalert.c +@@ -179,6 +179,12 @@ int main(int argc, char **argv){ if(cur_timeout.tv_sec != -1){ time_sous(&cur_timeout, ¤t_t, &timeout); @@ -13,7 +13,7 @@ // prevent negative timeout if(timeout.tv_sec < 0){ timeout.tv_usec = 0; -@@ -188,6 +194,12 @@ +@@ -188,6 +194,12 @@ int main(int argc, char **argv){ timeout.tv_usec += 10000; tmout = &timeout; @@ -26,5 +26,3 @@ // if no timeout } else { tmout = NULL; - - |