mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
*** empty log message ***
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').
This commit is contained in:
@ -131,7 +131,7 @@ vsyslog(pri, fmt, ap)
|
||||
__localtime_r (&now, &now_tm));
|
||||
#else
|
||||
f->__bufp += strftime (f->__bufp, f->__put_limit - f->__bufp,
|
||||
"%h %e %T ", __localtime_r (&now, &mow_tm));
|
||||
"%h %e %T ", __localtime_r (&now, &now_tm));
|
||||
#endif
|
||||
msgoff = ftell (f);
|
||||
if (LogTag == NULL)
|
||||
|
Reference in New Issue
Block a user