Date: Fri, 6 Sep 2002 21:03:29 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcscat.c wcscpy.c wcsncat.c wcsncpy.c wcsstr.c wmemcpy.c Message-ID: <200209070403.g8743TnN097012@freefall.freebsd.org>
index | next in thread | raw e-mail
tjr 2002/09/06 21:03:29 PDT
Modified files:
lib/libc/string wcscat.c wcscpy.c wcsncat.c wcsncpy.c
wcsstr.c wmemcpy.c
Log:
Add restrict qualifiers where C99 permits them. All of these already had
restrict qualifiers on their prototypes in <wchar.h>.
Revision Changes Path
1.6 +2 -2 src/lib/libc/string/wcscat.c
1.6 +2 -2 src/lib/libc/string/wcscpy.c
1.6 +2 -2 src/lib/libc/string/wcsncat.c
1.6 +2 -2 src/lib/libc/string/wcsncpy.c
1.6 +2 -2 src/lib/libc/string/wcsstr.c
1.6 +2 -2 src/lib/libc/string/wmemcpy.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209070403.g8743TnN097012>
