diff options
| author | Jim Meyering <jim@meyering.net> | 1998-02-03 08:28:43 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-02-03 08:28:43 +0000 |
| commit | a3db75c4b3204f0827492752dd46c9d9e3d94579 (patch) | |
| tree | d1415df454ce5cf068b5d93bf4d08e3bac8b0b14 /src/id.c | |
| parent | (xgetgroups): Guard function defn with #if HAVE_GETGROUPS. (diff) | |
| download | coreutils-a3db75c4b3204f0827492752dd46c9d9e3d94579.tar.gz coreutils-a3db75c4b3204f0827492752dd46c9d9e3d94579.zip | |
add comments on #endif's
Diffstat (limited to 'src/id.c')
| -rw-r--r-- | src/id.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
