aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/samba/samba/quota.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/samba/samba/quota.patch')
-rw-r--r--recipes-connectivity/samba/samba/quota.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-connectivity/samba/samba/quota.patch b/recipes-connectivity/samba/samba/quota.patch
new file mode 100644
index 0000000..6f42ff8
--- /dev/null
+++ b/recipes-connectivity/samba/samba/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