From owner-cvs-include Sat Apr 18 23:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25751 for cvs-include-outgoing; Sat, 18 Apr 1998 23:49:27 -0700 (PDT) (envelope-from owner-cvs-include) 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 GAA25608; Sun, 19 Apr 1998 06:47:54 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA21493; Sat, 18 Apr 1998 23:47:28 -0700 (PDT) Date: Sat, 18 Apr 1998 23:47:28 -0700 (PDT) Message-Id: <199804190647.XAA21493@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/include time.h src/lib/libc/stdtime asctime.c localtime.c Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/04/18 23:47:28 PDT Modified files: include time.h lib/libc/stdtime asctime.c localtime.c Log: ctime_r and asctime_r are not implemented. prototypes in time.h do not match POSIX. PR: 6345 Reviewed by: phk Submitted by: Dmitry Khrustalev Revision Changes Path 1.12 +2 -2 src/include/time.h 1.5 +12 -3 src/lib/libc/stdtime/asctime.c 1.18 +9 -0 src/lib/libc/stdtime/localtime.c