From owner-cvs-all Fri Sep 6 21: 3:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA4E337B400; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676D643E4A; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8743TJU097013; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8743TnN097012; Fri, 6 Sep 2002 21:03:29 -0700 (PDT) Message-Id: <200209070403.g8743TnN097012@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 21:03:29 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 . 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