URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.3/] [include/] [mpw/] [pwd.h] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __pwd_h #define __pwd_h #include <sys/types.h> struct passwd { char *pw_name; uid_t pw_uid; gid_t pw_gid; char *pw_dir; char *pw_shell; char *pw_passwd; }; #endif /* ! __pwd_h */
Go to most recent revision | Compare with Previous | Blame | View Log