mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
Update.
2000-06-14 Ulrich Drepper <drepper@redhat.com> * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
This commit is contained in:
parent
e3978a35db
commit
6bca0305ec
@ -1,3 +1,7 @@
|
||||
2000-06-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
|
||||
|
||||
2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
* sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
|
||||
|
@ -160,6 +160,7 @@ vsyslog(pri, fmt, ap)
|
||||
*endp = '\0';
|
||||
buf = failbuf;
|
||||
bufsize = endp - failbuf;
|
||||
msgoff = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user