SHA256
1
0
forked from pool/findutils
findutils/sysmacros.patch
2018-08-02 06:57:24 +00:00

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,