From owner-cvs-all Tue May 14 22: 0:28 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 328E137B406; Tue, 14 May 2002 22:00:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F50PU47548; Tue, 14 May 2002 22:00:25 -0700 (PDT) (envelope-from bde) Message-Id: <200205150500.g4F50PU47548@freefall.freebsd.org> From: Bruce Evans Date: Tue, 14 May 2002 22:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i386-gdbstub.c X-FreeBSD-CVS-Branch: RELENG_3 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 bde 2002/05/14 22:00:25 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 i386-gdbstub.c Log: MFC (1.12: renamed gdb's private strlen and strlcpy to avoid conflicts with the public ones declared in a system header). This helps unbreak building RELENG_3 kernels with gcc-3. gcc-2's special (broken) handling of the corresponding builtins apparently prevented detection of the conflicts even when the public functions are declared explicitly. Revision Changes Path 1.7.2.1 +5 -4 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message