From owner-cvs-all Sun Jul 28 8:59:56 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 E2E4337B401; Sun, 28 Jul 2002 08:59:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965A143E4A; Sun, 28 Jul 2002 08:59:51 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6SFxpJU038788; Sun, 28 Jul 2002 08:59:51 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6SFxpFk038787; Sun, 28 Jul 2002 08:59:51 -0700 (PDT) Message-Id: <200207281559.g6SFxpFk038787@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 28 Jul 2002 08:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include profile.h 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 mike 2002/07/28 08:59:51 PDT Modified files: sys/sparc64/include profile.h Log: Revert the previous delta; uintfptr_t needs to be available to userland for libc/gmon to compile, so the typedef in isn't good enough. This is really ugly since we end up with the actual value which uintfptr_t is typedef'd from, in multiple places. This is bug for bug compatible with the other FreeBSD architectures. Noticed by: sparc64 tinderbox Revision Changes Path 1.4 +1 -0 src/sys/sparc64/include/profile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message