summaryrefslogtreecommitdiff
path: root/nt/inc/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/pwd.h')
-rw-r--r--nt/inc/pwd.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/nt/inc/pwd.h b/nt/inc/pwd.h
index 2361d52248c..6202ccd1e75 100644
--- a/nt/inc/pwd.h
+++ b/nt/inc/pwd.h
@@ -1,18 +1,18 @@
-#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_ */
+#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_ */