From owner-svn-src-all@FreeBSD.ORG Tue Sep 7 03:10:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0786A10656A4; Tue, 7 Sep 2010 03:10:12 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0068FC0A; Tue, 7 Sep 2010 03:10:10 +0000 (UTC) Received: by ewy4 with SMTP id 4so2466116ewy.13 for ; Mon, 06 Sep 2010 20:10:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=u2JdRWcEt5mp13YTTjdaeLanG9D7/5yWP0PwcSmjUx8=; b=Ud6Zmo0d5XLLLaqlGJtGdn1FY4N78g0XZeTgOtN1Oaf4pXEyzJxX782ijE1FGwWMGY 2XrZB3cCrYwKfFRK5hh+9yBkSQLqDkTf9GZAICvlu7VyUqNBm0O5EcDndLvXDQgM7e0F KAyerXeIxxoKKK0E5XKHECKw1E6+gFhL3VQOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=r/Wgdc4qI2mV4LeCiZxNAQuFFbOX3sNLjDZYvk4U4CcBAGH28zMA7ljOtUOWtQ7S7U LG4DEQhF/HXwefW+jG1rfKxdqvISUGrSnBtuIie2c10+RKu4LkQP0BvSOG8uy4I1hAU9 Zfv7j6uTVZeeVdkc1RyWwLKd7YWQ55a363c/c= MIME-Version: 1.0 Received: by 10.213.9.147 with SMTP id l19mr2239044ebl.94.1283827515541; Mon, 06 Sep 2010 19:45:15 -0700 (PDT) Received: by 10.213.28.19 with HTTP; Mon, 6 Sep 2010 19:45:15 -0700 (PDT) In-Reply-To: <201009070023.o870Njtg072607@svn.freebsd.org> References: <201009070023.o870Njtg072607@svn.freebsd.org> Date: Mon, 6 Sep 2010 22:45:15 -0400 Message-ID: From: Ryan Stone To: Ryan Stone Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212281 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2010 03:10:12 -0000 On Mon, Sep 6, 2010 at 8:23 PM, Ryan Stone wrote: > + =A0 =A0 =A0 if (pkm.pm_address !=3D (uintptr) NULL) I have no idea how this snuck past me. I must have deleted some characters after building and testing this. I'll fix it as soon as I can track down one of my mentors, but if somebody wants to fix it before then please do so. The fix is to replace uintptr with uintptr_t. Sorry.