Received: by mail.netbsd.org (Postfix, from userid 605) id 5869314A2D9; Sat, 1 Oct 2011 15:59:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 64C5A14A2D4 for ; Sat, 1 Oct 2011 15:59:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id amVWtyTmXEPf for ; Sat, 1 Oct 2011 15:59:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B395C14A2B7 for ; Sat, 1 Oct 2011 15:59:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 81F18175DD; Sat, 1 Oct 2011 15:59:02 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 1 Oct 2011 15:59:01 +0000 From: "Chuck Silvers" Subject: CVS commit: src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20111001155902.81F18175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Chuck Silvers" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: chs Date: Sat Oct 1 15:59:01 UTC 2011 Modified Files: src/sys/arch/atari/include: disklabel.h src/sys/arch/atari/stand/edahdi: edahdi.c src/sys/arch/atari/stand/installboot: disklabel.c src/sys/arch/atari/stand/tostools/aptck: ahdilbl.h src/sys/arch/atari/stand/tostools/libtos: ahdilbl.h elf.c src/sys/arch/atari/vme: if_we_vme.c src/sys/arch/next68k/next68k: nextrom.c src/sys/arch/x68k/stand/mboot: mboot.c src/sys/dev/ic: clmpcc.c Log Message: fix build errors with gcc 4.5. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/atari/include/disklabel.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/atari/stand/edahdi/edahdi.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/stand/installboot/disklabel.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/atari/stand/tostools/aptck/ahdilbl.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/atari/stand/tostools/libtos/ahdilbl.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/atari/stand/tostools/libtos/elf.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/atari/vme/if_we_vme.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/next68k/next68k/nextrom.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/mboot/mboot.c cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/clmpcc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.