pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/wget/patches wget: remove unused patch after update
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c98b6b3c9c0
branches: trunk
changeset: 458283:1c98b6b3c9c0
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 12 09:18:26 2021 +0000
description:
wget: remove unused patch after update
diffstat:
net/wget/patches/patch-lib_malloc_dynarray-skeleton.c | 17 -----------------
1 files changed, 0 insertions(+), 17 deletions(-)
diffs (21 lines):
diff -r 59a42b5f41f3 -r 1c98b6b3c9c0 net/wget/patches/patch-lib_malloc_dynarray-skeleton.c
--- a/net/wget/patches/patch-lib_malloc_dynarray-skeleton.c Sun Sep 12 09:17:35 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index