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)
commit06cc91f9a631a23dcd4902d710b89e4b7584c459
tree97a2e3e8a684905a8a0b24aa96e8c32731dcf687
parentede44ebdf089a835ea1f3141dd00b50b7bbc54e1
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.
(This used to be commit 36544fe5476f7770bd5748574fc54be7b3ee4d4a)
15 files changed:
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/locking/locking_shm.c
source3/script/mkproto.awk
source3/smbd/blocking.c
source3/smbd/fileio.c
source3/smbd/nttrans.c
source3/smbd/open.c
source3/smbd/oplock.c
source3/smbd/predict.c
source3/smbd/reply.c