aboutsummaryrefslogtreecommitdiffstats
path: root/src/id.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-02-03 08:28:43 +0000
committerJim Meyering <jim@meyering.net>1998-02-03 08:28:43 +0000
commita3db75c4b3204f0827492752dd46c9d9e3d94579 (patch)
treed1415df454ce5cf068b5d93bf4d08e3bac8b0b14 /src/id.c
parent(xgetgroups): Guard function defn with #if HAVE_GETGROUPS. (diff)
downloadcoreutils-a3db75c4b3204f0827492752dd46c9d9e3d94579.tar.gz
coreutils-a3db75c4b3204f0827492752dd46c9d9e3d94579.zip
add comments on #endif's
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index 6c6675fa0..9371a32d0 100644
--- a/src/id.c
+++ b/src/id.c
@@ -285,7 +285,7 @@ print_group_list (const char *username)
}
free (groups);
}
-#endif
+#endif /* HAVE_GETGROUPS */
}
/* Print all of the info about the user's user and group IDs. */
@@ -357,7 +357,7 @@ print_full_info (const char *username)
}
free (groups);
}
-#endif
+#endif /* HAVE_GETGROUPS */
}
static void