diff options
Diffstat (limited to 'grp')
-rw-r--r-- | grp/fgetgrent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grp/fgetgrent.c b/grp/fgetgrent.c index aced929621..38ccd15e6f 100644 --- a/grp/fgetgrent.c +++ b/grp/fgetgrent.c @@ -30,11 +30,11 @@ struct grent_data {}; #define TRAILING_LIST_SEPARATOR_P(c) ((c) == ',') #include "../nss/nss_files/files-parse.c" LINE_PARSER -( +(, STRING_FIELD (result->gr_name, ISCOLON, 0); STRING_FIELD (result->gr_passwd, ISCOLON, 0); INT_FIELD (result->gr_gid, ISCOLON, 0, 10,); -) + ) /* Read one entry from the given stream. */ |