forked from pool/findutils
Dirk Mueller
94ee4ae3bc
- gnulib-libio.patch: Update gnulib for libio.h removal - sysmacros.patch: Include <sys/sysmacros.h> for makedev OBS-URL: https://build.opensuse.org/request/show/626930 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=74
14 lines
429 B
Diff
14 lines
429 B
Diff
Index: findutils-4.6.0/gl/lib/mountlist.c
|
|
===================================================================
|
|
--- findutils-4.6.0.orig/gl/lib/mountlist.c
|
|
+++ findutils-4.6.0/gl/lib/mountlist.c
|
|
@@ -37,6 +37,8 @@
|
|
# include <sys/param.h>
|
|
#endif
|
|
|
|
+#include <sys/sysmacros.h>
|
|
+
|
|
#if defined MOUNTED_GETFSSTAT /* OSF_1 and Darwin1.3.x */
|
|
# if HAVE_SYS_UCRED_H
|
|
# include <grp.h> /* needed on OSF V4.0 for definition of NGROUPS,
|