diff options
author | wiz <wiz@pkgsrc.org> | 2021-09-12 09:18:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-09-12 09:18:26 +0000 |
commit | 8590fc067907e8b1d8e789c68d0a6eb0947a0f60 (patch) | |
tree | e3c2d6be69775ddc154ad69a872af755b1ece1ba /net/wget | |
parent | 9c29864872970c28c73825663504cecddfcc0648 (diff) | |
download | pkgsrc-8590fc067907e8b1d8e789c68d0a6eb0947a0f60.tar.gz |
wget: remove unused patch after update
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/patches/patch-lib_malloc_dynarray-skeleton.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/wget/patches/patch-lib_malloc_dynarray-skeleton.c b/net/wget/patches/patch-lib_malloc_dynarray-skeleton.c deleted file mode 100644 index 9c2b88d3dbe..00000000000 --- a/net/wget/patches/patch-lib_malloc_dynarray-skeleton.c +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-lib_malloc_dynarray-skeleton.c,v 1.1 2021/01/14 16:31:00 schmonz Exp $ - -Use the macro used elsewhere to fix build on at least macOS. - ---- lib/malloc/dynarray-skeleton.c.orig 2021-01-14 16:23:44.000000000 +0000 -+++ lib/malloc/dynarray-skeleton.c -@@ -192,6 +192,10 @@ DYNARRAY_NAME (free__array__) (struct DY - - /* Initialize a dynamic array object. This must be called before any - use of the object. */ -+#ifdef __nonnull -+#undef __nonnull -+#define __nonnull(params) _GL_ARG_NONNULL(params) -+#endif - __nonnull ((1)) - static void - DYNARRAY_NAME (init) (struct DYNARRAY_STRUCT *list) |