diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-22 21:22:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-22 21:22:56 +0000 |
commit | 0b0fc9d3a035ddbe48d37b4cedfef5ab290f95ca (patch) | |
tree | 267b283e4678bcdd04d80c5937173bb8cdb587b3 | |
parent | f202bbb2130b17a8408c7154854da76258ab313b (diff) | |
download | glibc-0b0fc9d3a035ddbe48d37b4cedfef5ab290f95ca.tar.gz glibc-0b0fc9d3a035ddbe48d37b4cedfef5ab290f95ca.tar.xz glibc-0b0fc9d3a035ddbe48d37b4cedfef5ab290f95ca.zip |
Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* posix/glob.c [VMS]: Don't include <pwd.h>. * hurd/hurdstartup.c (_hurd_startup): Terminate the vectors we get back from argz_extract.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 645d6040ec..1f057025e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +Wed May 22 17:22:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * posix/glob.c [VMS]: Don't include <pwd.h>. + Wed May 22 14:46:53 1996 Miles Bader <miles@gnu.ai.mit.edu> - * hurd/hurdstartup.c (_hurd_startup): Pass the correct counts to - argz_extract, and terminate the resulting vectors. + * hurd/hurdstartup.c (_hurd_startup): Terminate the vectors we get + back from argz_extract. Wed May 22 13:56:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> |