diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-05-09 02:25:50 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-05-09 02:25:50 +0000 |
commit | 1270d847987f8ab314d78e9c8055211a821e2fff (patch) | |
tree | 2e0c0fa5c6bef4e98f00a91808808fea32768134 /nt/inc/pwd.h | |
parent | 3f363523fd37d1ac92c6a5b27e648059433e4767 (diff) | |
download | emacs-1270d847987f8ab314d78e9c8055211a821e2fff.tar.gz |
removed ^Ms
Diffstat (limited to 'nt/inc/pwd.h')
-rw-r--r-- | nt/inc/pwd.h | 36 |
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_ */ |