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