summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-11 04:48:51 +0000
committerJim Meyering <jim@meyering.net>1996-12-11 04:48:51 +0000
commitd3d55650354b42615b78229d8c6f39a26b0a5f15 (patch)
tree29bafb0f8b08c59f4cbe786027797b6c40a2eef1 /src
parent3e39947b49215cb039645aec4d0eac2449d4b6a0 (diff)
downloadcoreutils-d3d55650354b42615b78229d8c6f39a26b0a5f15.tar.xz
[_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.
Diffstat (limited to 'src')
-rw-r--r--src/install.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index c31c1a7c0..e92cc83e3 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