From owner-cvs-all Fri Jan 25 13:49:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3DB537B400; Fri, 25 Jan 2002 13:49:34 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0PLnYp36125; Fri, 25 Jan 2002 13:49:34 -0800 (PST) (envelope-from dwmalone) Message-Id: <200201252149.g0PLnYp36125@freefall.freebsd.org> From: David Malone Date: Fri, 25 Jan 2002 13:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/01/25 13:49:34 PST Modified files: lib/libc/gen syslog.c Log: 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 MFC after: 2 weeks Revision Changes Path 1.23 +3 -3 src/lib/libc/gen/syslog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message