diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 14:19:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 14:19:23 +0000 |
commit | 6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c (patch) | |
tree | cae278789a37106e66ef24701e94398de2a06009 /community/bareos/bareos-path-mounted.patch | |
parent | 440f062838ed90801feff663addbc3292dd76696 (diff) | |
download | aports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.bz2 aports-6bbcbd0850861709f5f6e41ccfbc0f4eca6db10c.tar.xz |
community/bareos: moved from testing
Diffstat (limited to 'community/bareos/bareos-path-mounted.patch')
-rw-r--r-- | community/bareos/bareos-path-mounted.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community/bareos/bareos-path-mounted.patch b/community/bareos/bareos-path-mounted.patch new file mode 100644 index 0000000000..8fb56723f6 --- /dev/null +++ b/community/bareos/bareos-path-mounted.patch @@ -0,0 +1,15 @@ +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" + |