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>
|
2000-06-14 Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
|
* sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
|
||||||
|
@ -160,6 +160,7 @@ vsyslog(pri, fmt, ap)
|
|||||||
*endp = '\0';
|
*endp = '\0';
|
||||||
buf = failbuf;
|
buf = failbuf;
|
||||||
bufsize = endp - failbuf;
|
bufsize = endp - failbuf;
|
||||||
|
msgoff = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user