]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use ctime_r to build the timestamp for syslog, so that we don't
authorDavid Malone <dwmalone@FreeBSD.org>
Fri, 25 Jan 2002 21:49:34 +0000 (21:49 +0000)
committerDavid Malone <dwmalone@FreeBSD.org>
Fri, 25 Jan 2002 21:49:34 +0000 (21:49 +0000)
commitab09ef008f1665df57ec655ef0dbb6303f2e74cb
tree76fd6c6828f7cf1cc11b4b2d8fe5bf61b6d16638
parentd2979f90e7c99d8d2eaad7ff63603f49f8bff807
Use ctime_r to build the timestamp for syslog, so that we don't
clobber a ctime buffer which is passed in.

PR: 34022
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
MFC after: 2 weeks
lib/libc/gen/syslog.c