1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/bareos/path-mounted.patch
2019-04-06 18:25:49 +00:00

13 lines
264 B
Diff

--- a/core/src/lib/mntent_cache.cc
+++ b/core/src/lib/mntent_cache.cc
@@ -54,6 +54,10 @@
* Marco van Wieringen, August 2009
*/
+#ifndef _PATH_MOUNTED
+# define _PATH_MOUNTED "/proc/mounts"
+#endif
+
#include "include/bareos.h"
#include "mntent_cache.h"