Gna, how long do I program in C now??? :-)
authorVolker Lendecke <vl@samba.org>
Wed, 27 May 2009 06:09:23 +0000 (08:09 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 27 May 2009 06:10:28 +0000 (08:10 +0200)
source3/include/includes.h

index 7bb72be69233363a9fadcd39ad51be2b4838f4e9..e468bd5c3845a3ca7c98ec9c73b52dcca6caccbf 100644 (file)
@@ -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 */
 
 #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 */
 #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
 
 /*
 #endif
 
 /*