]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/strace/strace-4.5.12/quota.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / strace / strace-4.5.12 / quota.patch
1 --- strace-4.5.11/resource.c.old        2005-06-28 14:44:27.000000000 +0100
2 +++ strace-4.5.11/resource.c    2005-06-28 14:44:28.000000000 +0100
3 @@ -36,6 +36,7 @@
4  #ifdef LINUX
5  #include <sys/times.h>
6  #include <linux/kernel.h>
7 +#define _LINUX_QUOTA_VERSION 1
8  #include <sys/quota.h>
9  #endif /* LINUX */
10  #ifdef SUNOS4