svn commit: samba r18156 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Wed Sep 6 10:40:36 GMT 2006


Author: tridge
Date: 2006-09-06 10:40:36 +0000 (Wed, 06 Sep 2006)
New Revision: 18156

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18156

Log:

fix platforms that need timegm replacement

Modified:
   branches/SAMBA_4_0/source/lib/replace/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/config.mk	2006-09-06 10:34:18 UTC (rev 18155)
+++ branches/SAMBA_4_0/source/lib/replace/config.mk	2006-09-06 10:40:36 UTC (rev 18156)
@@ -13,7 +13,8 @@
 OBJ_FILES = replace.o \
 		snprintf.o \
 		dlfcn.o \
-		getpass.o
+		getpass.o \
+		timegm.o
 PUBLIC_DEPENDENCIES = REPLACE_READDIR DL
 # End SUBSYSTEM LIBREPLACE
 ##############################



More information about the samba-cvs mailing list