ports/sysutils/bacula15-server/files/patch-src_baconfig.h
Dan Langille 2b7cf900fb sysutils/bacula15-server: Add Bacula 15
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and
the static client.

re: https://www.bacula.org/bacula-15-0-2/
2024-03-28 20:04:04 +00:00

13 lines
222 B
C

--- src/baconfig.h.orig 2021-02-05 21:23:44 UTC
+++ src/baconfig.h
@@ -45,6 +45,10 @@
#define tls_psk_default 0
#endif
+#ifndef ENODATA
+#define ENODATA EPIPE
+#endif
+
#ifndef ETIME
#define ETIME ETIMEDOUT
#endif