changeset 37232:1d86dd318fa5

Fix indentation in previous patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 13 Nov 2013 07:55:37 -0800
parents ddbceb7cd9f5
children 0cad68562e90
files lib/getgroups.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getgroups.c	Wed Nov 13 07:51:40 2013 -0800
+++ b/lib/getgroups.c	Wed Nov 13 07:55:37 2013 -0800
@@ -53,10 +53,10 @@
    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