aboutsummaryrefslogtreecommitdiff
path: root/net/netcat/patches
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
committerIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-20 16:02:15 -0800
commit5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch)
treed0754921833f413b7eb93fb6bb1b1c8a22fb0498 /net/netcat/patches
parentd651082447b4392399a40ea1ae11d0bce4bfe83a (diff)
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'net/netcat/patches')
-rw-r--r--net/netcat/patches/001-netcat_flag_count.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/netcat/patches/001-netcat_flag_count.patch b/net/netcat/patches/001-netcat_flag_count.patch
index 44ee9e1f9..004fe9461 100644
--- a/net/netcat/patches/001-netcat_flag_count.patch
+++ b/net/netcat/patches/001-netcat_flag_count.patch
@@ -1,8 +1,6 @@
-Index: netcat-0.7.1/src/flagset.c
-===================================================================
---- netcat-0.7.1.orig/src/flagset.c 2009-02-06 19:56:01.000000000 +0100
-+++ netcat-0.7.1/src/flagset.c 2009-02-06 19:56:13.000000000 +0100
-@@ -134,7 +134,7 @@
+--- a/src/flagset.c
++++ b/src/flagset.c
+@@ -134,7 +134,7 @@ unsigned short netcat_flag_next(unsigned
int netcat_flag_count(void)
{
@@ -11,7 +9,7 @@ Index: netcat-0.7.1/src/flagset.c
register int i;
int ret = 0;
-@@ -154,7 +154,7 @@
+@@ -154,7 +154,7 @@ int netcat_flag_count(void)
Assumed that the bit number 1 is the sign, and that we will shift the
bit 1 (or the bit that takes its place later) until the the most right,
WHY it has to keep the wrong sign? */