diff options
author | Simon Frankenberger <simon@fraho.eu> | 2019-04-05 16:40:50 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 18:25:49 +0000 |
commit | 80e5e28dca7efd4dbdd388ae14c289f8a3fde9ba (patch) | |
tree | 55e793cfb45d09d4f960853bc0b45daed71ddb24 /community/bareos/path-mounted.patch | |
parent | efabab843a8433341c21e99d692a3994dfc89d15 (diff) | |
download | aports-80e5e28dca7efd4dbdd388ae14c289f8a3fde9ba.tar.bz2 aports-80e5e28dca7efd4dbdd388ae14c289f8a3fde9ba.tar.xz |
community/bareos: Upgrade to 18.2.6
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" |