search for: use_getwd_cach

Displaying 1 result from an estimated 1 matches for "use_getwd_cach".

Did you mean: use_getwd_cache
2005 Feb 08
0
Samba patch kludge-gmt fixes red files in WinCvs
...); d = (double)(t); d += TIME_FIXUP_CONSTANT; diff -Naur samba-2.2.9.orig/source/param/loadparm.c samba-2.2.9/source/param/loadparm.c --- samba-2.2.9.orig/source/param/loadparm.c Sat May 8 03:07:10 2004 +++ samba-2.2.9/source/param/loadparm.c Fri Oct 22 15:40:35 2004 @@ -94,6 +94,7 @@ BOOL use_getwd_cache = True; extern int extra_time_offset; +extern BOOL use_kludge_gmt; static BOOL defaults_saved = False; @@ -1065,6 +1066,7 @@ {"socket address", P_STRING, P_GLOBAL, &Globals.szSocketAddress, NULL, NULL, 0}, {"homedir map", P_STRING, P_GLOBAL, &Globals.szNISHo...