summaryrefslogtreecommitdiff
path: root/meta-moblin/packages/samba/files/quota.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-16 09:56:39 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-16 09:56:39 +0100
commit6cce850bcb3e87ef04ed9bacd52bf1bf63e557d8 (patch)
tree81ed760a1be1be66517241aed227b0f5f31ae6a0 /meta-moblin/packages/samba/files/quota.patch
parentcd5fa1ee4e3f8fdeb620487d8dc5e4c8ca9da15f (diff)
downloadopenembedded-core-6cce850bcb3e87ef04ed9bacd52bf1bf63e557d8.tar.gz
openembedded-core-6cce850bcb3e87ef04ed9bacd52bf1bf63e557d8.tar.bz2
openembedded-core-6cce850bcb3e87ef04ed9bacd52bf1bf63e557d8.tar.xz
openembedded-core-6cce850bcb3e87ef04ed9bacd52bf1bf63e557d8.zip
samba: Add from OE but split libtdb out into its own package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/samba/files/quota.patch')
-rw-r--r--meta-moblin/packages/samba/files/quota.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-moblin/packages/samba/files/quota.patch b/meta-moblin/packages/samba/files/quota.patch
new file mode 100644
index 000000000..6f42ff868
--- /dev/null
+++ b/meta-moblin/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