r20981: Fix cut'n'paste error.
authorJames Peach <jpeach@samba.org>
Tue, 23 Jan 2007 19:52:17 +0000 (19:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:17 +0000 (14:44 -0500)
(This used to be commit 20dcd6e2416d656e97b8cc060809673a97d5cde6)

source4/lib/replace/replace.h

index d75394aa1fcd3772910d625b218eee668892e6e8..56676440257ac686c14ee080e66b840c0c49a233 100644 (file)
@@ -181,7 +181,7 @@ int rep_ftruncate(int,off_t);
 #endif
 
 #ifndef HAVE_INITGROUPS
-#define ftruncate rep_ftruncate
+#define initgroups rep_initgroups
 int rep_initgroups(char *name, gid_t id);
 #endif