opnsense-ports/sysutils/bacula13-server/files/patch-src_baconfig.h
Franco Fichtner eca6a785d0 */*: sync with upstream
Taken from: FreeBSD
2022-07-13 10:34:22 +02: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