1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/community/bareos/path-mounted.patch
2020-08-05 07:07:47 +00:00

13 lines
286 B
Diff

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