Enclose usage of st_blksize and st_blocks struct stat members in
authorTim Potter <tpot@samba.org>
Tue, 14 Oct 2003 03:56:42 +0000 (03:56 +0000)
committerTim Potter <tpot@samba.org>
Tue, 14 Oct 2003 03:56:42 +0000 (03:56 +0000)
commitec890d5c0fcb0ac9b3680d3c930614c726535d0a
treec5657792d5cc939223709a83740c1ed5c2396db2
parentbde2b4a8ec725229584125a054c2c169bc9bd1aa
Enclose usage of st_blksize and st_blocks struct stat members in
#ifdef HAVE_STAT_ST_BLKSIZE and #ifdef HAVE_STAT_ST_BLOCKS,
respectively.

Fixes bug 550 reported by Joachim Schmitz <schmitz@hp.com>.
(This used to be commit 18adfdbe0c6ed79ba8ac07956b1e7abc226556c3)
source3/libsmb/libsmbclient.c
source3/smbd/dosmode.c
source3/smbwrapper/smbw.c
source3/torture/cmd_vfs.c