1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

Don't protoize dcls of getpwnam and getgrnam.

This commit is contained in:
Jim Meyering
1995-11-10 14:45:31 +00:00
parent c6ca8a1528
commit da6d91f64b
+2 -2
View File
@@ -69,8 +69,8 @@
#include <sys/wait.h>
#endif
struct passwd *getpwnam (const char *);
struct group *getgrnam (const char *);
struct passwd *getpwnam ();
struct group *getgrnam ();
#ifndef _POSIX_VERSION
uid_t getuid ();