comparison src/syspwd.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 376386a54a3c
children de805c49cfc1
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */ 18 Boston, MA 02111-1307, USA. */
19 19
20 /* Synched up with: Not really in FSF. */ 20 /* Synched up with: Not really in FSF. */
21 21
22 #ifdef VMS
23 #include "vms-pwd.h"
24 #else
25 #include <pwd.h> 22 #include <pwd.h>
26 #endif 23