git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Gna, how long do I program in C now??? :-)
[ira/wip.git]
/
source3
/
include
/
includes.h
diff --git
a/source3/include/includes.h
b/source3/include/includes.h
index 7bb72be69233363a9fadcd39ad51be2b4838f4e9..e468bd5c3845a3ca7c98ec9c73b52dcca6caccbf 100644
(file)
--- 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 */
#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
/*