From: Asanka Herath Date: Mon, 31 Jul 2006 23:13:14 +0000 (+0000) Subject: STABLE14-windows-largefile-support-20060623 X-Git-Tag: openafs-stable-1_4_2b3~11 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=02b479cbf12a97245ded6ad80938096d521eeb24;p=packages%2Fo%2Fopenafs.git STABLE14-windows-largefile-support-20060623 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) --- diff --git a/src/WINNT/afsd/NTMakefile b/src/WINNT/afsd/NTMakefile index efbaca350..1dd425fd5 100644 --- a/src/WINNT/afsd/NTMakefile +++ b/src/WINNT/afsd/NTMakefile @@ -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)