Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-06-14  Ulrich Drepper  <drepper@redhat.com>

	* misc/syslog.c (vsyslog): Initialize msgoff in all cases.
  • Loading branch information
Ulrich Drepper committed Jun 15, 2000
1 parent e3978a3 commit 6bca030
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions misc/syslog.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ vsyslog(pri, fmt, ap)
*endp = '\0';
buf = failbuf;
bufsize = endp - failbuf;
msgoff = 0;
}
else
{
Expand Down

0 comments on commit 6bca030

Please sign in to comment.