diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-03 17:05:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-03 17:05:34 +0000 |
commit | 063bddde698a5d99995ceaa5de2f89b89417f67d (patch) | |
tree | 34f751e432210f327ba9ec467d795ab324b10712 /packages/samba/files/quota.patch | |
parent | a1ce802b1a54b39ec373c6aa2c3eba0d2acabdd3 (diff) | |
parent | d4026a697b00e068a908fc7086ceebc63bff1c9d (diff) |
merge of 309baf9561eba78495d1b59322a8ebca28e571bc
and 9493767780c108c1eb032fd49a0a9898244577b9
Diffstat (limited to 'packages/samba/files/quota.patch')
-rw-r--r-- | packages/samba/files/quota.patch | 11 |
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 |