summaryrefslogtreecommitdiff
path: root/include/mpw/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpw/pwd.h')
-rw-r--r--include/mpw/pwd.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mpw/pwd.h b/include/mpw/pwd.h
deleted file mode 100644
index 2d4fb70401a..00000000000
--- a/include/mpw/pwd.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __pwd_h
-#define __pwd_h
-
-#include <sys/types.h>
-
-struct passwd {
- char *pw_name;
- uid_t pw_uid;
- gid_t pw_gid;
- char *pw_dir;
- char *pw_shell;
- char *pw_passwd;
-};
-
-#endif /* ! __pwd_h */