summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 16:27:38 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 16:27:38 +0000
commit6407eda7df7a5acb3c452557b858732d2614a9f4 (patch)
tree72783b437cba9edb7c224953b776b74d4b96ab77
parente67940b416f0264284ed78becca8e6ed091e729b (diff)
downloadcoreutils-6407eda7df7a5acb3c452557b858732d2614a9f4.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c33b87e84..8c9b4f6d4 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,10 @@
2000-07-23 Jim Meyering <meyering@lucent.com>
+ * src/su.c: Include <sys/param.h> 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.