Mercurial > hg > xemacs-beta
diff src/syspwd.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | de805c49cfc1 |
children |
line wrap: on
line diff
--- a/src/syspwd.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/syspwd.h Mon Aug 13 11:20:41 2007 +0200 @@ -19,21 +19,5 @@ /* Synched up with: Not really in FSF. */ -#ifndef WIN32_NATIVE - -# include <pwd.h> - -#else /* WIN32_NATIVE */ +#include <pwd.h> -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; -}; - -#endif /* WIN32_NATIVE */