s3: fix calculation of st_blocks in init_stat_ex_from_stat
authorBjörn Jacke <bj@sernet.de>
Wed, 9 Jun 2010 13:21:24 +0000 (15:21 +0200)
committerBjörn Jacke <bj@sernet.de>
Wed, 9 Jun 2010 13:27:38 +0000 (15:27 +0200)
commit687c42ee6526ff5deb9f3a8d7c13667b520b7440
treeed0be6607112fe2bda771121ffd2412661193a13
parent8823bdc7e2d141add138420feadd86837ea2257d
s3: fix calculation of st_blocks in init_stat_ex_from_stat

this is just relevant for the very rare systems that don't have the st_blocks
struct member. This is a fixup of the fix for bug 7474.

Thanks to Joachim Schmitz for spotting this!
source3/lib/system.c