mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
NOTE: I am unsure of how stable this is. Please proceed with caution. Also coming in: * sysutils/bacula13-client * sysutils/bacula13-docs * net-mgmt/nagios-check_bacula13 Not present yet: sysutils/bacula13-client-static because of unknown build issues.
13 lines
222 B
C
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
|