summaryrefslogtreecommitdiff
path: root/src/grp/struct_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp/struct_group.c')
-rw-r--r--src/grp/struct_group.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/grp/struct_group.c b/src/grp/struct_group.c
index e1f8c376..b1abb325 100644
--- a/src/grp/struct_group.c
+++ b/src/grp/struct_group.c
@@ -1,3 +1,5 @@
+#if 0
+
struct group {
char * gr_name;
gid_t gr_gid;
@@ -7,3 +9,6 @@ struct group {
/*
POSIX(1)
*/
+
+
+#endif