From owner-svn-src-head@FreeBSD.ORG Mon Jan 14 15:14:32 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FCD3F75; Mon, 14 Jan 2013 15:14:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by mx1.freebsd.org (Postfix) with ESMTP id 4A816EBB; Mon, 14 Jan 2013 15:14:32 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id bg2so2267831pad.4 for ; Mon, 14 Jan 2013 07:14:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=QVTJtgiPvpr4DyN8mmHj3qWNe0wC2ZY4qlU6qoVknbY=; b=R7Fajh1L7Yd+4zxvqK+Tt9WNILM0szNN7oRQWRe1zQX4sLVEAaQltkMNSgOiXpcmQn ZZUBDiTuw9le1MjfvAoih4R7apppH53R3F53UkkPVQjt1QkiT/R0BXVz2OlV1mcg/bz1 vqGZZ06IdwbO4CS0emhlqULOjFOAuK9Kj85IiKq1DXoIDwJ5LZZFt4zSGgSPdLOCqhOG D9K6w/G0KAmYqGmqTVyjUrEeQWWgp5PMV7RPKU3aZHFGak1Asp9JX542Nw7O2VmnevE5 jdp39STHdZ9avkQR11jPsGGskpJZrF7uiPbKsBcVJZf+gjuppIyh6aogrrk/Ldiwzyq+ jTkg== X-Received: by 10.68.241.65 with SMTP id wg1mr259388004pbc.141.1358176466092; Mon, 14 Jan 2013 07:14:26 -0800 (PST) Received: from [10.175.95.150] (mobile-166-137-218-105.mycingular.net. [166.137.218.105]) by mx.google.com with ESMTPS id im4sm8360021pbc.13.2013.01.14.07.14.23 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Jan 2013 07:14:25 -0800 (PST) References: <201301141505.r0EF5N18021253@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201301141505.r0EF5N18021253@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <45AA9DA0-E3F9-4AE7-A7E4-B9504B916038@gmail.com> X-Mailer: iPhone Mail (10A523) From: Garrett Cooper Subject: Re: svn commit: r245424 - head/sys/boot/i386/libi386 Date: Mon, 14 Jan 2013 07:14:19 -0800 To: Sean Bruno Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2013 15:14:32 -0000 Thanks for taking care of these. I have a pr open to handle more issues, but= this took care of a chunk of them. Thanks, -Garrett Sent from my iPhone On Jan 14, 2013, at 7:05 AM, Sean Bruno wrote: > Author: sbruno > Date: Mon Jan 14 15:05:22 2013 > New Revision: 245424 > URL: http://svnweb.freebsd.org/changeset/base/245424 >=20 > Log: > Quiesce some clang warnings while we're here doing stuff. >=20 > Submitted by: Hiren Panchasara > Obtained from: Yahoo! Inc >=20 > Modified: > head/sys/boot/i386/libi386/bootinfo64.c > head/sys/boot/i386/libi386/devicename.c > head/sys/boot/i386/libi386/pxe.c >=20 > Modified: head/sys/boot/i386/libi386/bootinfo64.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/sys/boot/i386/libi386/bootinfo64.c Mon Jan 14 13:06:35 2013 = (r245423) > +++ head/sys/boot/i386/libi386/bootinfo64.c Mon Jan 14 15:05:22 2013 = (r245424) > @@ -134,7 +134,8 @@ bi_checkcpu(void) > { > char *cpu_vendor; > int vendor[3]; > - int eflags, regs[4]; > + int eflags; > + unsigned int regs[4]; >=20 > /* Check for presence of "cpuid". */ > eflags =3D read_eflags(); >=20 > Modified: head/sys/boot/i386/libi386/devicename.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/sys/boot/i386/libi386/devicename.c Mon Jan 14 13:06:35 2013 = (r245423) > +++ head/sys/boot/i386/libi386/devicename.c Mon Jan 14 15:05:22 2013 = (r245424) > @@ -128,7 +128,7 @@ i386_parsedev(struct i386_devdesc **dev, > goto fail; > } > } else { > - cp =3D np; > + cp =3D (char *)np; > } > if (*cp && (*cp !=3D ':')) { > err =3D EINVAL; >=20 > Modified: head/sys/boot/i386/libi386/pxe.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/sys/boot/i386/libi386/pxe.c Mon Jan 14 13:06:35 2013 (r2454= 23) > +++ head/sys/boot/i386/libi386/pxe.c Mon Jan 14 15:05:22 2013 (r2454= 24) > @@ -88,6 +88,12 @@ static int pxe_netif_get(struct iodesc * > static int pxe_netif_put(struct iodesc *desc, void *pkt, size_t len); > static void pxe_netif_end(struct netif *nif); >=20 > +#ifdef OLD_NFSV2 > +int nfs_getrootfh(struct iodesc*, char*, u_char*); > +#else > +int nfs_getrootfh(struct iodesc*, char*, uint32_t*, u_char*); > +#endif > + > extern struct netif_stats pxe_st[]; > extern u_int16_t __bangpxeseg; > extern u_int16_t __bangpxeoff; > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"