4 * pwd.h doesn't exist on NT, so we put together our own.
10 unsigned pw_uid
; /* Vista's TrustedInstaller has a very large RID */
18 typedef unsigned uid_t
;
21 struct passwd
* getpwnam (char *);
22 struct passwd
* getpwuid (unsigned);
27 /* arch-tag: 68308424-cb2b-49ed-bb52-b347fee416bf
28 (do not change this comment) */