projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67940b
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 23 Jul 2000 16:27:38 +0000
(16:27 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 23 Jul 2000 16:27:38 +0000
(16:27 +0000)
old/sh-utils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/sh-utils/ChangeLog
b/old/sh-utils/ChangeLog
index c33b87e848ad85c862badf85213c8929fa1a04be..8c9b4f6d46a40eb22ea0079db9ebe3a5a880ecb9 100644
(file)
--- 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.