From: Jim Meyering Date: Wed, 10 Mar 1999 15:39:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95d1aad02d26c589cbda2847b3aa51c564a6dd85;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 13b13e60e5..73f5fd775d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,12 @@ +1999-03-10 Jim Meyering + + * 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 - 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