summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-27 08:09:23 +0200
committerVolker Lendecke <vl@samba.org>2009-05-27 08:10:28 +0200
commitab5b1431a028482e4ab65a584db6aa35979680b2 (patch)
tree67886e62cbef3a9c1dc70919c03dd43d48bef6a0 /source3/include
parent078343906d9e403d250639235bf634e1a71e682f (diff)
downloadsamba-ab5b1431a028482e4ab65a584db6aa35979680b2.tar.gz
samba-ab5b1431a028482e4ab65a584db6aa35979680b2.tar.bz2
samba-ab5b1431a028482e4ab65a584db6aa35979680b2.zip
Gna, how long do I program in C now??? :-)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 7bb72be692..e468bd5c38 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
/*