mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
patched upstream: http://www.bacula.org/git/cgit.cgi/bacula/commit/?h=Branch-9.2&id=eea817f035d32221ab46d1a4f95193cd4d6dbda7
13 lines
214 B
C
13 lines
214 B
C
--- src/baconfig.h.orig 2018-08-29 14:09:36 UTC
|
|
+++ src/baconfig.h
|
|
@@ -38,6 +38,10 @@
|
|
#define have_tls 0
|
|
#endif
|
|
|
|
+#ifndef ENODATA
|
|
+#define ENODATA EPIPE
|
|
+#endif
|
|
+
|
|
#ifndef ETIME
|
|
#define ETIME ETIMEDOUT
|
|
#endif
|