Ok - this is the 64 bit widening check in. It changes the configure
authorJeremy Allison <jra@samba.org>
Thu, 3 Sep 1998 18:40:31 +0000 (18:40 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 3 Sep 1998 18:40:31 +0000 (18:40 +0000)
commit14500936c321d15995c963766aac67bf1f4e3824
treed6334d89735aa240aa8950c6c37a70b35b0ea181
parentd252d331015b7606618ba1422bb669da003da293
Ok - this is the 64 bit widening check in. It changes the configure
to check for stat64 and friends, and then changes much of Samba
to use the data type SMB_OFF_T for file size information.

stat/fstat/lstat/lseek/ftruncate have now become sys_stat etc. to hide
the 64 bit calls if needed.

Note that this still does not expose 64 bit functionality to the
client, as the changes to the reply_xxx smb's are not yet done.

This code change should make these changes possible.

Still to do before full 64 bit-ness to the client:

fcntl lock code.
statfs code
widening of dev_t and ino_t (now possible due to SMB_DEV_T and SMB_OFF_T
types being in place).

Let me know if wierd things happen after this check-in and I'll
fix them :-).

Jeremy.
33 files changed:
source/client/client.c
source/client/clitar.c
source/client/smbmnt.c
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/include/proto.h
source/include/smb.h
source/lib/charset.c
source/lib/debug.c
source/lib/netatalk.c
source/lib/replace.c
source/lib/smbrun.c
source/lib/system.c
source/lib/util.c
source/locking/locking_slow.c
source/locking/shmem.c
source/passdb/passdb.c
source/passdb/smbpass.c
source/printing/printing.c
source/script/mkproto.awk
source/smbd/connection.c
source/smbd/dir.c
source/smbd/fileio.c
source/smbd/groupname.c
source/smbd/nttrans.c
source/smbd/open.c
source/smbd/predict.c
source/smbd/quotas.c
source/smbd/reply.c
source/smbd/trans2.c
source/utils/make_smbcodepage.c