diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-02 21:07:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2017-01-02 21:07:34 +0000 |
commit | 72dcac03b79e90a9ccc78dbfe8ffffe056e311f6 (patch) | |
tree | 49d43bc54fbe1d4acf98914bd9ca93f2e1ad8493 /net-mgmt/arpalert/files/patch-arpalert.c | |
parent | - Add LICENSE. (diff) |
- Add LICENSE.
- Strip binaries.
- Regenerate patch files by make makepatch.
Notes
Notes:
svn path=/head/; revision=430410
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; - - |