diff options
Diffstat (limited to 'include/grp.h')
-rw-r--r-- | include/grp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/grp.h b/include/grp.h index b331d326..358181bf 100644 --- a/include/grp.h +++ b/include/grp.h @@ -16,8 +16,7 @@ extern "C" { #include <bits/alltypes.h> -struct group -{ +struct group { char *gr_name; char *gr_passwd; gid_t gr_gid; |