mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
13 lines
286 B
Diff
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"
|