From da6d91f64b58241634e2842a9c7b236bfcd48a64 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 10 Nov 1995 14:45:31 +0000 Subject: [PATCH] Don't protoize dcls of getpwnam and getgrnam. --- src/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.c b/src/install.c index 1dd7ed9a69..2af799dad1 100644 --- a/src/install.c +++ b/src/install.c @@ -69,8 +69,8 @@ #include #endif -struct passwd *getpwnam (const char *); -struct group *getgrnam (const char *); +struct passwd *getpwnam (); +struct group *getgrnam (); #ifndef _POSIX_VERSION uid_t getuid (); -- 2.47.3