From: Jim Meyering Date: Tue, 3 Feb 1998 08:28:43 +0000 (+0000) Subject: add comments on #endif's X-Git-Tag: FILEUTILS-3_16m~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3db75c4b3204f0827492752dd46c9d9e3d94579;p=platform%2Fupstream%2Fcoreutils.git add comments on #endif's --- diff --git a/src/id.c b/src/id.c index 6c6675f..9371a32 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