emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/inc/pwd.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/nt/inc/pwd.h [lexbind]
Date: Tue, 14 Oct 2003 18:51:30 -0400

Index: emacs/nt/inc/pwd.h
diff -c /dev/null emacs/nt/inc/pwd.h:1.3.4.1
*** /dev/null   Tue Oct 14 18:51:30 2003
--- emacs/nt/inc/pwd.h  Tue Oct 14 18:51:22 2003
***************
*** 0 ****
--- 1,24 ----
+ #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;
+ };
+ 
+ typedef int uid_t;
+ typedef uid_t gid_t;
+ 
+ #endif /* _PWD_H_ */
+ 
+ /* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf
+    (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]