Added ssize_t to configure code.
authorJeremy Allison <jra@samba.org>
Fri, 11 Sep 1998 01:24:30 +0000 (01:24 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 11 Sep 1998 01:24:30 +0000 (01:24 +0000)
commit36544fe5476f7770bd5748574fc54be7b3ee4d4a
tree69d1e50cf7226a1dea9887e84920dc62d5008dc4
parent069efc04545d5fdfc5c40467b8b7554ed5226a2e
Added ssize_t to configure code.
Got 'religion' about using size_t and ssize_t for read/write stuff
as part of the code to expose 64 bits to the client.

This checkin does all the 'easy' stuff - such as all the read/write/lock
calls - but now comes the harder parts (open & friends) and all the
file enquiry functions.....

Jeremy.
15 files changed:
source/configure
source/configure.in
source/include/config.h.in
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/locking/locking_shm.c
source/script/mkproto.awk
source/smbd/blocking.c
source/smbd/fileio.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/predict.c
source/smbd/reply.c