summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-10 15:39:29 +0000
committerJim Meyering <jim@meyering.net>1999-03-10 15:39:29 +0000
commit95d1aad02d26c589cbda2847b3aa51c564a6dd85 (patch)
tree86e39298a4f84b4e53abaf102c40b055ac731c3a /old
parentb910e6ea14523b8a186793e6c6fa9ac3ba7e8d96 (diff)
downloadcoreutils-95d1aad02d26c589cbda2847b3aa51c564a6dd85.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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