From ab5b1431a028482e4ab65a584db6aa35979680b2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 27 May 2009 08:09:23 +0200 Subject: [PATCH] Gna, how long do I program in C now??? :-) --- source3/include/includes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index 7bb72be6923..e468bd5c384 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 /* -- 2.11.4.GIT