From: Jim Meyering Date: Sun, 23 Jul 2000 16:27:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6407eda7df7a5acb3c452557b858732d2614a9f4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index c33b87e848..8c9b4f6d46 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,10 @@ 2000-07-23 Jim Meyering + * src/su.c: Include if HAVE_SYS_PARAM_H is defined, + rather than if _POSIX_VERSION is defined. Remove declarations of + getpwuid, getgrgid, and getuid, now that they're in sys2.h. + Prompted by a report from John David Anglin. + * src/sys2.h [!HAVE_DECL_GETPWUID]: Declare getpwuid. [!HAVE_DECL_GETGRGID]: Declare getgrgid. [!HAVE_DECL_GETUID]: Declare getuid.