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.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/grp/struct_group.c b/src/grp/struct_group.c
deleted file mode 100644
index b1abb325..00000000
--- a/src/grp/struct_group.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-struct group {
- char * gr_name;
- gid_t gr_gid;
- char ** gr_mem;
-};
-
-/*
-POSIX(1)
-*/
-
-
-#endif