aboutsummaryrefslogtreecommitdiffstats
path: root/packages/samba/files
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-07-03 15:55:15 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-03 15:55:15 +0000
commit8ea1444177fa4050b76db522a44fce82541a73f3 (patch)
tree33facb6a628f6a01d3241c7e0341b9e091a794de /packages/samba/files
parentfd009c38ded8c69bb161b828d5f0a83227115c07 (diff)
downloadopenembedded-8ea1444177fa4050b76db522a44fce82541a73f3.tar.gz
Add patch to define quota type which defaults to an imcompatible one in latest glibc.
Diffstat (limited to 'packages/samba/files')
-rw-r--r--packages/samba/files/quota.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/samba/files/quota.patch b/packages/samba/files/quota.patch
new file mode 100644
index 0000000000..6f42ff868f
--- /dev/null
+++ b/packages/samba/files/quota.patch
@@ -0,0 +1,11 @@
+--- lib/sysquotas_4A.c.old 2005-07-03 17:16:00.000000000 +0200
++++ lib/sysquotas_4A.c 2005-07-03 17:10:09.000000000 +0200
+@@ -28,6 +28,8 @@
+ /* long quotactl(int cmd, char *special, qid_t id, caddr_t addr) */
+ /* this is used by: HPUX,IRIX */
+
++ #define _LINUX_QUOTA_VERSION 1
++
+ #ifdef HAVE_SYS_TYPES_H
+ #include <sys/types.h>
+ #endif