blob: bd950f23b5fd03de07b084e7910ed36a8096ccfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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"
|