From 04707083859be0e1be90aac1355e4efe5c3a339b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Nov 2013 07:55:37 -0800 Subject: [PATCH] Fix indentation in previous patch. --- lib/getgroups.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/getgroups.c b/lib/getgroups.c index 62234d975..482b24a78 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c @@ -53,10 +53,10 @@ getgroups (int n _GL_UNUSED, GETGROUPS_T *groups _GL_UNUSED) says that the behavior is dubious if you compile different sections of a program with different _DARWIN_C_SOURCE settings, so fix only the offending symbol. */ -#ifdef __APPLE__ +# ifdef __APPLE__ int posix_getgroups (int, gid_t []) __asm ("_getgroups"); -# define getgroups posix_getgroups -#endif +# define getgroups posix_getgroups +# endif /* On at least Ultrix 4.3 and NextStep 3.2, getgroups (0, NULL) always fails. On other systems, it returns the number of supplemental -- 2.11.0