]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-windows-largefile-support-20060623
authorAsanka Herath <asanka@secure-endpoints.com>
Mon, 31 Jul 2006 23:13:14 +0000 (23:13 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 31 Jul 2006 23:13:14 +0000 (23:13 +0000)
This patch adds large file support (> 2GB) to the CIFS server and
the cache manager.

It also corrects a significant oversight where the definition of
struct rx_call was inconsistent due to a failure to define AFS_PTHREAD_ENV
prior to including rx.h in all source files.  This prevented all errors
during rx_Read and rx_Write to be ignored.

(cherry picked from commit 015f9ce287c22df7a0b967ee0357d0816b4e0e54)

src/WINNT/afsd/NTMakefile

index efbaca350dbcd3ae23154fc2358f4a0e273745ba..1dd425fd5d639bc2c8fd86d4a57c474ff21e7caa 100644 (file)
@@ -388,6 +388,7 @@ AFSD_EXELIBS =\
        $(DESTDIR)\lib\afs\mtafsint.lib \
        $(DESTDIR)\lib\libafsconf.lib \
        $(DESTDIR)\lib\afs\afsreg.lib \
+       $(DESTDIR)\lib\afspthread.lib \
         $(LANAHELPERLIB)
 
 $(AFSD_EXEFILE): $(OUT)\afsd.obj $(AFSDOBJS) $(OUT)\afsd.res  $(RXOBJS) $(AFSD_EXELIBS)