mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
- many fixes in APKBUILD - add perl as dependency, because some scripts use it - add bat subpackage (qt administration tool) - remove conf.d files because they are obsolete and incorrect - rewrite init.d scripts
16 lines
335 B
Diff
16 lines
335 B
Diff
diff --git a/src/lib/mntent_cache.c b/src/lib/mntent_cache.c
|
|
index 69cc9f9..b14c8a1 100644
|
|
--- a/src/lib/mntent_cache.c
|
|
+++ b/src/lib/mntent_cache.c
|
|
@@ -54,6 +54,10 @@
|
|
* Marco van Wieringen, August 2009
|
|
*/
|
|
|
|
+#ifndef _PATH_MOUNTED
|
|
+# define _PATH_MOUNTED "/proc/mounts"
|
|
+#endif
|
|
+
|
|
#include "bareos.h"
|
|
#include "mntent_cache.h"
|
|
|