From owner-svn-src-head@freebsd.org Tue Apr 19 09:09:03 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F3D7B1270C; Tue, 19 Apr 2016 09:09:03 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CA56F17CC; Tue, 19 Apr 2016 09:09:02 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 8017625D3A0E; Tue, 19 Apr 2016 09:08:59 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id AA939D1F8E8; Tue, 19 Apr 2016 09:08:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id nRbJKmxRUpdi; Tue, 19 Apr 2016 09:08:56 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 82925D1F8E6; Tue, 19 Apr 2016 09:08:56 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: svn commit: r298230 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/mips/beri/loader sy... From: "Bjoern A. Zeeb" In-Reply-To: <201604182309.u3IN9MC6047480@repo.freebsd.org> Date: Tue, 19 Apr 2016 09:08:53 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3DB7C327-E42A-44AB-A1CB-FA34698B2CF3@lists.zabbadoz.net> References: <201604182309.u3IN9MC6047480@repo.freebsd.org> To: Allan Jude X-Mailer: Apple Mail (2.3112) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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: Tue, 19 Apr 2016 09:09:03 -0000 > On 18 Apr 2016, at 23:09 , Allan Jude wrote: >=20 > Author: allanjude > Date: Mon Apr 18 23:09:22 2016 > New Revision: 298230 > URL: https://svnweb.freebsd.org/changeset/base/298230 >=20 Can you have a look at this please? =3D=3D=3D> sys/boot/pc98/libpc98 (all) /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:132:5: = warning: incompatible pointer types initializing 'int (*)(void *, int, = daddr_t, size_t, size_t, char *, size_t *)' (aka 'int (*)(void *, int, = long long, unsigned int, unsigned int , char *, unsigned int *)') with an expression of type 'int (void *, = int, daddr_t, size_t, char *, size_t *)' (aka 'int (void *, int, long = long, unsigned int, char *, unsigned int *)') = [-Wincompatible-pointer-types] bd_strategy, ^~~~~~~~~~~ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:736:1: error: = conflicting types for 'bd_strategy' bd_strategy(void *devdata, int rw, daddr_t dblk, size_t offset, size_t = size, ^ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:120:12: note: = previous declaration is here static int bd_strategy(void *devdata, int flag, daddr_t dblk, ^ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:740:33: error: = use of undeclared identifier 'f' struct i386_devdesc *dev =3D f->f_devdata; ^ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:743:21: = warning: incompatible pointer types assigning to 'int (*)(void *, int, = daddr_t, size_t, size_t, char *, size_t *)' (aka 'int (*)(void *, int, = long long, unsigned int, unsigned in t, char *, unsigned int *)') from 'int (void *, int, daddr_t, size_t, = char *, size_t *)' (aka 'int (void *, int, long long, unsigned int, char = *, unsigned int *)') [-Wincompatible-pointer-types] bcd.dv_strategy =3D bd_realstrategy; ^ ~~~~~~~~~~~~~~~ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:747:13: error: = too many arguments to function call, expected 7, have 8 size, buf, rsize)); ^~~~~ = /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/../../common/bootstrap.h:79= :1: note: 'bcache_strategy' declared here int bcache_strategy(void *devdata, int rw, daddr_t blk, size_t = offset, ^ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:751:1: error: = conflicting types for 'bd_realstrategy' bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t offset, ^ /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98/biosdisk.c:122:12: note: = previous declaration is here static int bd_realstrategy(void *devdata, int flag, daddr_t dblk, ^ 2 warnings and 4 errors generated. --- biosdisk.o --- *** [biosdisk.o] Error code 1 bmake[8]: stopped in /scratch/tmp/bz/head.svn/sys/boot/pc98/libpc98 =3D=3D=3D> usr.sbin/cron/crontab (all) =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend."