Minix1.1/usr/src/include/pwd.h

Compare this file to the similar file:
Show the results in this format:

struct passwd {
	char *pw_name;
	char *pw_passwd;
	int pw_uid;
	int pw_gid;
	char *pw_gecos;
	char *pw_dir;
	char *pw_shell;
};