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 --- utils/netwhere/patches/010-libmicrohttpd.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/netwhere/patches') diff --git a/utils/netwhere/patches/010-libmicrohttpd.patch b/utils/netwhere/patches/010-libmicrohttpd.patch index 45e0448c8..8592e248d 100644 --- a/utils/netwhere/patches/010-libmicrohttpd.patch +++ b/utils/netwhere/patches/010-libmicrohttpd.patch @@ -16,7 +16,7 @@ struct MHD_Connection * connection, const char * url, const char * method, -@@ -53,7 +53,7 @@ int WebService::on_request(void * cls, +@@ -53,7 +53,7 @@ int WebService::on_request(void size_t * upload_data_size, void ** ptr) { static int dummy; -- cgit v1.2.3