From: Paul Eggert Date: Wed, 13 Nov 2013 15:55:37 +0000 (-0800) Subject: Fix indentation in previous patch. X-Git-Tag: snapshot-start~37 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=04707083859be0e1be90aac1355e4efe5c3a339b Fix indentation in previous patch. --- 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