summaryrefslogtreecommitdiff
path: root/src/grp/setgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp/setgrent.c')
-rw-r--r--src/grp/setgrent.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/grp/setgrent.c b/src/grp/setgrent.c
deleted file mode 100644
index 13c20a1f..00000000
--- a/src/grp/setgrent.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#if 0
-
-#include <grp.h>
-#include <stdio.h>
-#include "_grp.h"
-
-void setgrent(void)
-{
- if (__grp.db != NULL) {
- rewind(__grp.db);
- }
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif