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:
+2
-2
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user