From 20dcd6e2416d656e97b8cc060809673a97d5cde6 Mon Sep 17 00:00:00 2001 From: James Peach Date: Tue, 23 Jan 2007 19:52:17 +0000 Subject: [PATCH] r20981: Fix cut'n'paste error. --- source/lib/replace/replace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h index d75394aa1fc..56676440257 100644 --- a/source/lib/replace/replace.h +++ b/source/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 -- 2.11.4.GIT