You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/sys-fs/dmraid/files/dmraid-1.0.0_rc16-fix-missi...

15 lines
328 B

--- a/lib/device/scan.c 2010-10-27 07:31:47.000000000 -0400
+++ b/lib/device/scan.c 2020-04-04 22:13:26.905977068 -0400
@@ -32,6 +32,11 @@
#define _PATH_MOUNTS "/proc/mounts"
#endif
+/* Find mtab */
+#ifndef _PATH_MOUNTED
+#define _PATH_MOUNTED "/etc/mtab"
+#endif
+
static char *
find_sysfs_mp(struct lib_context *lc)
{