From owner-cvs-lib Fri Apr 24 17:02:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00698 for cvs-lib-outgoing; Fri, 24 Apr 1998 17:02:33 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00493; Fri, 24 Apr 1998 17:02:11 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04252; Fri, 24 Apr 1998 17:00:59 -0700 (PDT) Date: Fri, 24 Apr 1998 17:00:59 -0700 (PDT) Message-Id: <199804250000.RAA04252@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdtime asctime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/04/24 17:00:58 PDT Modified files: lib/libc/stdtime asctime.c Log: Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and prototype mismatch Revision Changes Path 1.6 +7 -0 src/lib/libc/stdtime/asctime.c