From db813f25f26d17ba0b5e52411575ff930db7fac3 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Tue, 3 Sep 1996 22:24:21 +0000 Subject: *** empty log message *** Tue Sep 3 11:16:07 1996 Thomas Bushnell/ n/BSG * 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 . * misc/syslog.c (vsyslog): Fix typo (`mow_tm' -> `now_tm'). --- misc/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/syslog.c') diff --git a/misc/syslog.c b/misc/syslog.c index de159da9ee..9db16ca352 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -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) -- cgit v1.2.3