summaryrefslogtreecommitdiff
path: root/sysutils/bacula9-server/files/patch-src_baconfig.h
blob: 03fce55881faab0c65799748cb1d91ed3c4422fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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