summaryrefslogtreecommitdiff
path: root/src/pwd/__pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd/__pwd.c')
-rw-r--r--src/pwd/__pwd.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/pwd/__pwd.c b/src/pwd/__pwd.c
deleted file mode 100644
index be407735..00000000
--- a/src/pwd/__pwd.c
+++ /dev/null
@@ -1,23 +0,0 @@
-#if 0
-
-#include "_pwd.h"
-
-#ifndef _XOPEN_SOURCE
-#undef getpwent
-#define getpwent __getpwent
-#include "getpwent.c"
-#endif
-
-struct __pwd __pwd =
-{
- NULL,
- { 0 },
- getpwent,
-};
-
-/*
-POSIX(1)
-*/
-
-
-#endif