]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 10 Mar 1999 15:39:29 +0000 (15:39 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Mar 1999 15:39:29 +0000 (15:39 +0000)
old/sh-utils/ChangeLog

index 13b13e60e5435ad2af390ce4dd31e44bb576c0d7..73f5fd775d82a4b5e269d3736d738354d3bbd680 100644 (file)
@@ -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