struct	passwd { 	/* see getpwent(3) */
	char	*pw\(ulname;
	char	*pw\(ulpasswd;
	int	pw\(uluid;
	int	pw\(ulgid;
	int	pw\(ulquota;
	char	*pw\(ulcomment;
	char	*pw\(ulgecos;
	char	*pw\(uldir;
	char	*pw\(ulshell;
};
