Added tests for st_blocks in struct stat, and added a (hateful) constant
authorJeremy Allison <jra@samba.org>
Wed, 9 Jan 2002 21:30:37 +0000 (21:30 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 9 Jan 2002 21:30:37 +0000 (21:30 +0000)
commit3375267106fb0af332a516c6403700acbd1133ab
tree47dbf6854ec0d06714091de5efc773f1708d6bbc
parentca2558ff34fab162c8e893b71a802bb12dfb01ba
Added tests for st_blocks in struct stat, and added a (hateful) constant
the specifies the units that st_blocks is in. The reason for this is
that HPUX uses 8k, AIX uses a #defined constant and everyone else (tm)
uses 512 byte units.
Needed for the CIFS UNIX extensions - coming to a Samba server near
you soon.... :-).
Jeremy.
(This used to be commit 38cfffea5f0d7f5ff676f83204a2923247dce9d5)
source3/acconfig.h
source3/configure
source3/configure.in
source3/include/config.h.in