diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/samba/files/cifs.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/samba/files/cifs.patch')
-rw-r--r-- | packages/samba/files/cifs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/samba/files/cifs.patch b/packages/samba/files/cifs.patch index e69de29bb2..ee6dab567f 100644 --- a/packages/samba/files/cifs.patch +++ b/packages/samba/files/cifs.patch @@ -0,0 +1,10 @@ +--- source/client/mount.cifs.c.old 2004-11-28 02:33:52.000000000 +1030 ++++ source/client/mount.cifs.c 2004-11-28 02:33:59.000000000 +1030 +@@ -36,6 +36,7 @@ + #include <string.h> + #include <mntent.h> + #include <fcntl.h> ++#include <linux/limits.h> + + #define MOUNT_CIFS_VERSION_MAJOR "1" + #define MOUNT_CIFS_VERSION_MINOR "2" |