From owner-cvs-src@FreeBSD.ORG Fri Dec 16 22:08:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E0D916A423; Fri, 16 Dec 2005 22:08:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C58043D5F; Fri, 16 Dec 2005 22:08:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBGM8WeB008839; Fri, 16 Dec 2005 22:08:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBGM8WeR008838; Fri, 16 Dec 2005 22:08:32 GMT (envelope-from jhb) Message-Id: <200512162208.jBGM8WeR008838@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Dec 2005 22:08:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern subr_prof.c src/sys/sys resourcevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2005 22:08:33 -0000 jhb 2005-12-16 22:08:32 UTC FreeBSD src repository Modified files: sys/kern subr_prof.c sys/sys resourcevar.h Log: Change the addupc_*() functions to use the uintfptr_t type for pc rather than uintptr_t as that is technically more correct. Revision Changes Path 1.76 +2 -2 src/sys/kern/subr_prof.c 1.49 +2 -2 src/sys/sys/resourcevar.h