From: Eric Backus Subject: getuid() To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) Date: Tue, 24 May 94 19:13:50 PDT Mailer: Elm [revision: 70.85] I notice that the declaration of getuid() is commented out of /djgpp/include/std.h. Why is this? This is a POSIX function, that djgpp DOES have. By the way, the declaration that is commented out is wrong. It should be: uid_t getuid(void); -- Eric Backus ericb AT lsid DOT hp DOT com (206) 335-2495