From owner-cvs-all Sun Jan 6 22: 3:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C823137B416; Sun, 6 Jan 2002 22:03:37 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0763bV30202; Sun, 6 Jan 2002 22:03:37 -0800 (PST) (envelope-from dd) Message-Id: <200201070603.g0763bV30202@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 6 Jan 2002 22:03:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string memcpy.3 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 dd 2002/01/06 22:03:37 PST Modified files: lib/libc/string memcpy.3 Log: Suggest using memmove(3) if src and dst may overlap. PR: 33298 Submitted by: Tim J. Robbins Revision Changes Path 1.7 +8 -3 src/lib/libc/string/memcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message