pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mosquitto/patches
Module Name: pkgsrc
Committed By: gdt
Date: Thu Oct 17 22:30:30 UTC 2024
Added Files:
pkgsrc/net/mosquitto/patches: patch-lib_strings__mosq.c
Removed Files:
pkgsrc/net/mosquitto/patches: patch-lib_net__mosq.c
Log Message:
net/mosquitto: rm correct patch file
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r0 pkgsrc/net/mosquitto/patches/patch-lib_net__mosq.c
cvs rdiff -u -r0 -r1.4 pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c
diff -u /dev/null pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c:1.4
--- /dev/null Thu Oct 17 22:30:30 2024
+++ pkgsrc/net/mosquitto/patches/patch-lib_strings__mosq.c Thu Oct 17 22:30:30 2024
@@ -0,0 +1,17 @@
+$NetBSD: patch-lib_strings__mosq.c,v 1.4 2024/10/17 22:30:30 gdt Exp $
+
+Suppress warning by including missing header.
+
+--- lib/strings_mosq.c.orig 2022-08-16 13:34:02.000000000 +0000
++++ lib/strings_mosq.c
+@@ -21,6 +21,10 @@ Contributors:
+ #include <errno.h>
+ #include <string.h>
+
++#if defined(__NetBSD__)
++#include <strings.h>
++#endif
++
+ #ifndef WIN32
+ # include <strings.h>
+ #endif
Home |
Main Index |
Thread Index |
Old Index