[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-550-gea86336

Jeremy Allison jra at samba.org
Sat Dec 8 01:45:21 GMT 2007


The branch, v3-2-test has been updated
       via  ea8633689d43cc2fe15aedb430b4cac38fa73d14 (commit)
      from  ec003f39369910dee852b7cafb883ddaa321c2de (commit)

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


- Log -----------------------------------------------------------------
commit ea8633689d43cc2fe15aedb430b4cac38fa73d14
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Dec 7 17:44:42 2007 -0800

    Add define guards around FSTRING_LEN.
    Jeremy.

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

Summary of changes:
 source/include/includes.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/includes.h b/source/include/includes.h
index c3c9dca..4e42088 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -636,8 +636,10 @@ struct timespec {
    _________)/\\_//(\/(/\)/\//\/\///|_)_______
 */
 
+#ifndef FSTRING_LEN
 #define FSTRING_LEN 256
 typedef char fstring[FSTRING_LEN];
+#endif
 
 /* Lists, trees, caching, database... */
 #include "xfile.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list