diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-27 08:09:23 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-27 08:10:28 +0200 |
commit | ab5b1431a028482e4ab65a584db6aa35979680b2 (patch) | |
tree | 67886e62cbef3a9c1dc70919c03dd43d48bef6a0 /source3/include | |
parent | 078343906d9e403d250639235bf634e1a71e682f (diff) | |
download | samba-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.h | 4 |
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 /* |