[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Sun May 30 13:27:32 MDT 2010


The branch, master has been updated
       via  3030d9d... s3: define timespec before we use it
      from  c2a3792... s4:dsdb/samdb/ldb_modules/util.c - make sure to always free temporary data

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3030d9db4ea7ddecc2e8bbef225738e0336e9be4
Author: Joachim Schmitz <schmitz at hp.com>
Date:   Sun May 30 21:25:30 2010 +0200

    s3: define timespec before we use it
    
    this fixes #7464
    
    Signed-off-by: Björn Jacke <bj at sernet.de>

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

Summary of changes:
 source3/include/includes.h |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index 132d373..be3b66f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -440,6 +440,14 @@ typedef long blksize_t;
 typedef long blkcnt_t;
 #endif
 
+#ifndef HAVE_STRUCT_TIMESPEC
+struct timespec {
+	time_t tv_sec;            /* Seconds.  */
+	long tv_nsec;           /* Nanoseconds.  */
+};
+#endif
+
+
 /*
  * Type for stat structure.
  */
@@ -552,13 +560,6 @@ typedef struct stat_ex SMB_STRUCT_STAT;
 #  endif
 #endif
 
-#ifndef HAVE_STRUCT_TIMESPEC
-struct timespec {
-	time_t tv_sec;            /* Seconds.  */
-	long tv_nsec;           /* Nanoseconds.  */
-};
-#endif
-
 enum timestamp_set_resolution {
 	TIMESTAMP_SET_SECONDS = 0,
 	TIMESTAMP_SET_MSEC,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list