Date: Wed, 14 Aug 2002 16:20:48 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include time.h src/lib/libc/stdtime strftime.3 strftime.c Message-ID: <200208142320.g7ENKngI068690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/08/14 16:20:48 PDT
Modified files:
include time.h
lib/libc/stdtime strftime.3 strftime.c
Log:
- Add the 'restrict' qualifier to the function definition of
strftime(3) for IEEE Std 1003.1-2001 compliance and remove
excessive usage of the 'const' qualifier that was neither
present in the prototype in the publice header, nor in the
local prototype just above the function definition.
- Replace the K&R function definition with a ANSI-C one.
- Update the prototype of strftime(3) in its manual page.
Revision Changes Path
1.27 +2 -1 src/include/time.h
1.29 +1 -1 src/lib/libc/stdtime/strftime.3
1.37 +4 -6 src/lib/libc/stdtime/strftime.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208142320.g7ENKngI068690>
