chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / findutils / gl-lib-mountlist.c.patch
1 diff -u -r ../findutils-4.6.0/gl/lib/mountlist.c ./gl/lib/mountlist.c
2 --- ../findutils-4.6.0/gl/lib/mountlist.c       2015-12-24 17:41:44.000000000 +0100
3 +++ ./gl/lib/mountlist.c        2017-06-26 14:11:45.311482879 +0200
4 @@ -33,6 +33,10 @@
5  
6  #include <unistd.h>
7  
8 +#ifdef __ANDROID__
9 +# include <sys/sysmacros.h> /* makedev() macro */
10 +#endif
11 +
12  #if HAVE_SYS_PARAM_H
13  # include <sys/param.h>
14  #endif