summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-01-23 19:52:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:17 -0500
commit0602d4d7f2070af8dfbf364db3e4008091a188fe (patch)
tree2d7861251ac184c6613c7a82d8267e8bf89d5fbe /source4/lib
parentea57190d252713e6e0ab42f46b18a4ae28f6f398 (diff)
downloadsamba-0602d4d7f2070af8dfbf364db3e4008091a188fe.tar.gz
samba-0602d4d7f2070af8dfbf364db3e4008091a188fe.tar.bz2
samba-0602d4d7f2070af8dfbf364db3e4008091a188fe.zip
r20981: Fix cut'n'paste error.
(This used to be commit 20dcd6e2416d656e97b8cc060809673a97d5cde6)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/replace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index d75394aa1f..5667644025 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -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