diff options
author | antoine <antoine@FreeBSD.org> | 2017-11-11 15:11:37 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:55:20 +0800 |
commit | 45c455cfa89b8e1f868317513a8614fa20ee394e (patch) | |
tree | 1f4f1fe36715f580f7ec92e6d033e2f71e8d5470 /net | |
parent | 46d53ddeb633851506f6140b35cadaa4b49928e0 (diff) | |
download | freebsd-ports-gnome-45c455cfa89b8e1f868317513a8614fa20ee394e.tar.gz freebsd-ports-gnome-45c455cfa89b8e1f868317513a8614fa20ee394e.tar.zst freebsd-ports-gnome-45c455cfa89b8e1f868317513a8614fa20ee394e.zip |
Fix the context of some patches so that they apply with stricter patch(1)
PR: 223545
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpick/files/patch-src_lookup.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/tcpick/files/patch-src_lookup.h b/net/tcpick/files/patch-src_lookup.h index 7d6234f9a83c..a4b6de86bd37 100644 --- a/net/tcpick/files/patch-src_lookup.h +++ b/net/tcpick/files/patch-src_lookup.h @@ -1,8 +1,8 @@ ---- src/lookup.h.orig 2011-06-04 14:06:21.000000000 +0900 -+++ src/lookup.h 2011-06-04 14:20:51.000000000 +0900 -@@ -40,3 +40,16 @@ - char * name; - struct in_addr ip; +--- src/lookup.h.orig 2004-12-31 13:53:30 UTC ++++ src/lookup.h +@@ -40,3 +40,16 @@ struct _l_node /* the node/leaf of the t + char * name; + struct in_addr ip; }; + +char * |