diff options
Diffstat (limited to 'community/bareos/path-mounted.patch')
-rw-r--r-- | community/bareos/path-mounted.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/bareos/path-mounted.patch b/community/bareos/path-mounted.patch index 8fb56723f6..bd950f23b5 100644 --- a/community/bareos/path-mounted.patch +++ b/community/bareos/path-mounted.patch @@ -1,7 +1,5 @@ -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 +--- a/core/src/lib/mntent_cache.cc ++++ b/core/src/lib/mntent_cache.cc @@ -54,6 +54,10 @@ * Marco van Wieringen, August 2009 */ @@ -10,6 +8,6 @@ index 69cc9f9..b14c8a1 100644 +# define _PATH_MOUNTED "/proc/mounts" +#endif + - #include "bareos.h" + #include "include/bareos.h" #include "mntent_cache.h" |