source:
branches/libc-0.6/src/binutils/include/mpw/pwd.h
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | #ifndef __pwd_h |
2 | #define __pwd_h |
3 | |
4 | #include <sys/types.h> |
5 | |
6 | struct passwd { |
7 | char *pw_name; |
8 | uid_t pw_uid; |
9 | gid_t pw_gid; |
10 | char *pw_dir; |
11 | char *pw_shell; |
12 | char *pw_passwd; |
13 | }; |
14 | |
15 | #endif /* ! __pwd_h */ |
Note:
See TracBrowser
for help on using the repository browser.