removed ^Ms
[bpt/emacs.git] / nt / inc / pwd.h
index 2361d52..6202ccd 100644 (file)
@@ -1,18 +1,18 @@
-#ifndef _PWD_H_\r
-#define _PWD_H_\r
-/*\r
- * pwd.h doesn't exist on NT, so we put together our own.\r
- */\r
-\r
-struct passwd {\r
-    char *pw_name;\r
-    char *pw_passwd;\r
-    int   pw_uid;\r
-    int   pw_gid;\r
-    int   pw_quota;\r
-    char *pw_gecos;\r
-    char *pw_dir;\r
-    char *pw_shell;\r
-};\r
-\r
-#endif /* _PWD_H_ */\r
+#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_ */