From 02b479cbf12a97245ded6ad80938096d521eeb24 Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Mon, 31 Jul 2006 23:13:14 +0000 Subject: [PATCH] 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) --- src/WINNT/afsd/NTMakefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5