Received: by mail.netbsd.org (Postfix, from userid 605) id 43C3714A174; Fri, 3 Jan 2014 16:41:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F376914A172 for ; Fri, 3 Jan 2014 16:40:58 +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 x-vRmZ-_7iHx for ; Fri, 3 Jan 2014 16:40:58 +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 481F614A15D for ; Fri, 3 Jan 2014 16:40:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3EC4396; Fri, 3 Jan 2014 16:40:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 3 Jan 2014 16:40:58 +0000 From: "David Laight" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140103164058.3EC4396@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: "David Laight" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dsl Date: Fri Jan 3 16:40:58 UTC 2014 Modified Files: src/sys/arch/atari/stand/tostools/libtos: exec_elf.h src/sys/arch/epoc32/stand/e32boot/include: elf.h Log Message: Remove the _KERNEL part of these two clones of sys/exec_elf.h Remove the incorrect (and completely unused everywhere) Elf64_Shalf. Put a better include guard on arch/epoc32/stand/e32boot/include/elf.h Should be ok because I can't find any references to KERNEL in these source trees. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/stand/tostools/libtos/exec_elf.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/epoc32/stand/e32boot/include/elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.