Received: by mail.netbsd.org (Postfix, from userid 605) id CFF9814A2FD; Tue, 22 Jan 2013 15:48:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 008C314A2FC for ; Tue, 22 Jan 2013 15:48:42 +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 okBizUWgYXBn for ; Tue, 22 Jan 2013 15:48:41 +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 2C04F14A2F3 for ; Tue, 22 Jan 2013 15:48:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 05CF6175DD; Tue, 22 Jan 2013 15:48:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 22 Jan 2013 15:48:40 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src/sys/arch/luna68k/stand/boot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20130122154841.05CF6175DD@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: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Tue Jan 22 15:48:40 UTC 2013 Modified Files: src/sys/arch/luna68k/stand/boot: Makefile autoconf.c disklabel.c if_le.c locore.S omron_disklabel.h parse.c prf.c samachdep.h sc.c scsireg.h sd.c Log Message: Whitespace cleanup. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/luna68k/stand/boot/Makefile \ src/sys/arch/luna68k/stand/boot/locore.S \ src/sys/arch/luna68k/stand/boot/samachdep.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/luna68k/stand/boot/autoconf.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/luna68k/stand/boot/disklabel.c \ src/sys/arch/luna68k/stand/boot/if_le.c \ src/sys/arch/luna68k/stand/boot/omron_disklabel.h \ src/sys/arch/luna68k/stand/boot/prf.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/luna68k/stand/boot/parse.c \ src/sys/arch/luna68k/stand/boot/sc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/scsireg.h cvs rdiff -u -r1.4 -r1.5 src/sys/arch/luna68k/stand/boot/sd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.