diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-03 22:24:21 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-09-03 22:24:21 +0000 |
commit | db813f25f26d17ba0b5e52411575ff930db7fac3 (patch) | |
tree | 9800a39aa9adfe8acb9c2b7e7fc119f95979a96f /ChangeLog | |
parent | 3112c3742d5d8b16f263ceef8eb771c3eb4eea1a (diff) | |
download | glibc-db813f25f26d17ba0b5e52411575ff930db7fac3.tar glibc-db813f25f26d17ba0b5e52411575ff930db7fac3.tar.gz glibc-db813f25f26d17ba0b5e52411575ff930db7fac3.tar.bz2 glibc-db813f25f26d17ba0b5e52411575ff930db7fac3.zip |
*** empty log message ***cvs/libc-960904
Tue Sep 3 11:16:07 1996 Thomas Bushnell/ n/BSG <thomas@gnu.ai.mit.edu>
* shadow/lckpwdf.c (__ulckpwdf): Don't take address of LOCK in
call to __libc_lock_lock.
* sysdeps/mach/hurd/send.c (__send): Declare BUF const.
* sysdeps/mach/hurd/sendto.c (sendto): Likewise.
* sysdeps/stub/ustat.c: Include <sys/ustat.h>.
* misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm').
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Sep 3 11:16:07 1996 Thomas Bushnell/ n/BSG <thomas@gnu.ai.mit.edu> + + * shadow/lckpwdf.c (__ulckpwdf): Don't take address of LOCK in + call to __libc_lock_lock. + + * sysdeps/mach/hurd/send.c (__send): Declare BUF const. + * sysdeps/mach/hurd/sendto.c (sendto): Likewise. + + * sysdeps/stub/ustat.c: Include <sys/ustat.h>. + + * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm'). + Fri Aug 30 19:55:27 1996 Ulrich Drepper <drepper@cygnus.com> * libio/genops.c: Make _cleanup an alias of _IO_cleanup. |