pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/pound/patches
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 27 13:46:17 UTC 2025
Added Files:
pkgsrc/www/pound/patches: patch-src_mem.h
Log Message:
pound: restore patch, it did help after all
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/www/pound/patches/patch-src_mem.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/pound/patches/patch-src_mem.h
diff -u /dev/null pkgsrc/www/pound/patches/patch-src_mem.h:1.3
--- /dev/null Thu Mar 27 13:46:17 2025
+++ pkgsrc/www/pound/patches/patch-src_mem.h Thu Mar 27 13:46:16 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_mem.h,v 1.3 2025/03/27 13:46:16 wiz Exp $
+
+Add header for va_list.
+
+--- src/mem.h.orig 2025-03-24 06:51:50.338105388 +0000
++++ src/mem.h
+@@ -15,6 +15,8 @@
+ * along with pound. If not, see <http://www.gnu.org/licenses/>.
+ */
+
++#include <stdarg.h>
++
+ void *mem2nrealloc (void *p, size_t *pn, size_t s);
+ void xnomem (void);
+ void *xmalloc (size_t s);
Home |
Main Index |
Thread Index |
Old Index