From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: 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 --- net/open-isns/patches/20-signals.patch | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/open-isns/patches/20-signals.patch') diff --git a/net/open-isns/patches/20-signals.patch b/net/open-isns/patches/20-signals.patch index 898284794..8b9d999b6 100644 --- a/net/open-isns/patches/20-signals.patch +++ b/net/open-isns/patches/20-signals.patch @@ -8,8 +8,6 @@ The man page says that these are deprecated. Use sugprocmask as a replacement. include/libisns/util.h | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -diff --git a/include/libisns/util.h b/include/libisns/util.h -index e5ed037..f1b97f0 100644 --- a/include/libisns/util.h +++ b/include/libisns/util.h @@ -41,14 +41,22 @@ char * print_size(unsigned long); -- cgit v1.2.3