Date: Fri, 30 Aug 2002 08:40:01 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcasecmp.3 strcasecmp.c Message-ID: <200208301540.g7UFe12V072963@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/08/30 08:40:01 PDT Modified files: lib/libc/string strcasecmp.3 strcasecmp.c Log: - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that the prototypes for both functions are now in the <strings.h> header, as required by IEEE Std 1003.1-2001. - Add one sentence about that in the HISTORY section. - Include <strings.h> in the source file to have the prototypes in scope when the _ANSI_SOURCE macro is defined. Revision Changes Path 1.10 +9 -2 src/lib/libc/string/strcasecmp.3 1.6 +1 -1 src/lib/libc/string/strcasecmp.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?200208301540.g7UFe12V072963>