[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Oct 16 08:36:01 MDT 2014


The branch, master has been updated
       via  d81d77a lib/util: Protect time_basic.h against multiple inclusion
      from  9f5a842 update-external.sh: Update upstream URLs for testtools and subunit.

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


- Log -----------------------------------------------------------------
commit d81d77ae03d1631b408c43d8d34953c663e8ac3b
Author: Martin Schwenke <martin at meltin.net>
Date:   Thu Oct 16 19:50:56 2014 +1100

    lib/util: Protect time_basic.h against multiple inclusion
    
    Signed-off-by: Martin Schwenke <martin at meltin.net>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Oct 16 16:35:59 CEST 2014 on sn-devel-104

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

Summary of changes:
 lib/util/time_basic.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/time_basic.h b/lib/util/time_basic.h
index d1bb3b5..d485399 100644
--- a/lib/util/time_basic.h
+++ b/lib/util/time_basic.h
@@ -21,6 +21,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _SAMBA_TIME_BASIC_H_
+#define _SAMBA_TIME_BASIC_H_
+
 #include "replace.h"
 #include "system/time.h"
 
@@ -43,3 +46,5 @@ struct timeval_buf { char buf[128]; };
 
 char *timeval_str_buf(const struct timeval *tp, bool rfc5424, bool hires,
 		      struct timeval_buf *dst);
+
+#endif /* _SAMBA_TIME_BASIC_H_ */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list