forked from pool/findutils
e8d8ebfa75
update to 4.5.10 OBS-URL: https://build.opensuse.org/request/show/100464 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=25
15 lines
335 B
Diff
15 lines
335 B
Diff
--- gnulib/lib/mountlist.c.orig 2012-01-16 15:24:39.982035415 -0500
|
|
+++ gnulib/lib/mountlist.c 2012-01-16 15:26:14.587852681 -0500
|
|
@@ -71,6 +71,11 @@
|
|
# endif
|
|
#endif
|
|
|
|
+#if defined __linux__
|
|
+# undef MOUNTED
|
|
+# define MOUNTED "/proc/mounts"
|
|
+#endif
|
|
+
|
|
#ifdef MOUNTED_GETMNTINFO /* 4.4BSD. */
|
|
# include <sys/mount.h>
|
|
#endif
|