From d3d55650354b42615b78229d8c6f39a26b0a5f15 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 11 Dec 1996 04:48:51 +0000 Subject: [PATCH] [_POSIX_VERSION]: Don't declare wait. That declaration conflicted with the one on i386-pc-isc3.0, now that I've removed the AC_ISC_POSIX macro and _POSIX_VERSION is no longer defined. --- src/install.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.c b/src/install.c index c31c1a7..e92cc83 100644 --- a/src/install.c +++ b/src/install.c @@ -88,7 +88,6 @@ struct group *getgrnam (); #ifndef _POSIX_VERSION uid_t getuid (); gid_t getgid (); -int wait (); #endif #ifndef HAVE_ENDGRENT -- 2.7.4