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