Merge r21-4-11-chise-0_20-=ucs.
[chise/xemacs-chise.git.1] / nt / inc / pwd.h
diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h
deleted file mode 100644 (file)
index 6202ccd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _PWD_H_
-#define _PWD_H_
-/*
- * pwd.h doesn't exist on NT, so we put together our own.
- */
-
-struct passwd {
-    char *pw_name;
-    char *pw_passwd;
-    int   pw_uid;
-    int   pw_gid;
-    int   pw_quota;
-    char *pw_gecos;
-    char *pw_dir;
-    char *pw_shell;
-};
-
-#endif /* _PWD_H_ */