From 0602d4d7f2070af8dfbf364db3e4008091a188fe Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 23 Jan 2007 19:52:17 +0000 Subject: r20981: Fix cut'n'paste error. (This used to be commit 20dcd6e2416d656e97b8cc060809673a97d5cde6) --- source4/lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/replace') 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 -- cgit