diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 14:31:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-16 14:31:04 +0000 |
commit | 14a1bb6a085f0b05427c47452f762a70b8530f23 (patch) | |
tree | 12a12075cc0e83bcd85c0e13371c4223d0761aca /ChangeLog | |
parent | a964e1f1efb87088ec2acfe52d9119e5244356d2 (diff) | |
download | glibc-14a1bb6a085f0b05427c47452f762a70b8530f23.tar.gz glibc-14a1bb6a085f0b05427c47452f762a70b8530f23.tar.xz glibc-14a1bb6a085f0b05427c47452f762a70b8530f23.zip |
Update.
1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct word order. * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file. * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file. 1999-06-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * db2/db/db.c: Restore __nss_db_open alias. * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include. * db2/os/os_rw.c (__os_write): Maintain const correctness. * db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dbc898225b..e9fa817145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +1999-06-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct + word order. + * sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file. + * sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file. + +1999-06-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * db2/db/db.c: Restore __nss_db_open alias. + * db2/db_int.h: Use <db.h> instead of "db.h" to find header in + include. + * db2/os/os_rw.c (__os_write): Maintain const correctness. + * db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'. + 1999-06-15 Ulrich Drepper <drepper@cygnus.com> * stdio-common/printf-parse.h (parse_one_spec): Don't set |