[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1824-gab5b143

Volker Lendecke vlendec at samba.org
Wed May 27 06:09:11 GMT 2009


The branch, master has been updated
       via  ab5b1431a028482e4ab65a584db6aa35979680b2 (commit)
      from  078343906d9e403d250639235bf634e1a71e682f (commit)

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


- Log -----------------------------------------------------------------
commit ab5b1431a028482e4ab65a584db6aa35979680b2
Author: Volker Lendecke <vl at samba.org>
Date:   Wed May 27 08:09:23 2009 +0200

    Gna, how long do I program in C now??? :-)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/include/includes.h b/source3/include/includes.h
index 7bb72be..e468bd5 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -433,12 +433,12 @@ typedef uint64_t br_off;
 
 #ifndef HAVE_BLKSIZE_T
 /* This is mainly for HP/UX which defines st_blksize as long */
-typedef blksize_t long;
+typedef long blksize_t;
 #endif
 
 #ifndef HAVE_BLKCNT_T
 /* This is mainly for HP/UX which doesn't have blkcnt_t */
-typedef blkcnt_t long;
+typedef long blkcnt_t;
 #endif
 
 /*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list