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

jpeach at samba.org jpeach at samba.org
Tue Jan 23 19:52:18 GMT 2007


Author: jpeach
Date: 2007-01-23 19:52:17 +0000 (Tue, 23 Jan 2007)
New Revision: 20981

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

Log:
Fix cut'n'paste error.

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.h	2007-01-23 16:51:23 UTC (rev 20980)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2007-01-23 19:52:17 UTC (rev 20981)
@@ -181,7 +181,7 @@
 #endif
 
 #ifndef HAVE_INITGROUPS
-#define ftruncate rep_ftruncate
+#define initgroups rep_initgroups
 int rep_initgroups(char *name, gid_t id);
 #endif
 



More information about the samba-cvs mailing list