summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 13b13e60e..73f5fd775 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,12 @@
+1999-03-10 Jim Meyering <meyering@ascend.com>
+
+ * lib/canon-host.c (canon_host): Don't use he->h_addr directly.
+ Based on a patch from Savochkin Andrey Vladimirovich.
+
1999-03-09 Jim Meyering <meyering@ascend.com>
- Running `id USER' doesn't report any groups if there is no
- entry for USER in /etc/group. Make it report the one from /etc/passwd.
+ Running `id USER' doesn't report any groups if there is no entry
+ for USER in /etc/group. Always include the one from /etc/passwd.
* src/id.c: (xgetgroups): Take new parameter, gid, and pass
it to getugroups.
(print_group_list): Call getpwuid and adjust calls to xgetgroups