[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-34-g33bbefd

Jim McDonough jmcd at samba.org
Mon Apr 14 13:17:13 GMT 2008


The branch, v3-0-test has been updated
       via  33bbefd492e9b0b873e47c032657db0c8e812c39 (commit)
      from  68ecfa3ca4574133997596d5ca4fa9f76cdd9dc1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-test


- Log -----------------------------------------------------------------
commit 33bbefd492e9b0b873e47c032657db0c8e812c39
Author: Jim McDonough <jmcd at samba.org>
Date:   Mon Apr 14 09:15:19 2008 -0400

    Fix build with glibc 2.8

-----------------------------------------------------------------------

Summary of changes:
 source/client/mount.cifs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c
index 4385412..70a5aaf 100755
--- a/source/client/mount.cifs.c
+++ b/source/client/mount.cifs.c
@@ -38,6 +38,7 @@
 #include <string.h>
 #include <mntent.h>
 #include <fcntl.h>
+#include <limits.h>
 
 #define MOUNT_CIFS_VERSION_MAJOR "1"
 #define MOUNT_CIFS_VERSION_MINOR "10"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list