Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dev/fbt kill another wrong ELFSIZE setting.



details:   https://anonhg.NetBSD.org/src/rev/289d375bcfcd
branches:  trunk
changeset: 357333:289d375bcfcd
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 06 04:43:50 2017 +0000

description:
kill another wrong ELFSIZE setting.

diffstat:

 external/cddl/osnet/dev/fbt/fbt.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fb2249ce31e6 -r 289d375bcfcd external/cddl/osnet/dev/fbt/fbt.c
--- a/external/cddl/osnet/dev/fbt/fbt.c Mon Nov 06 04:08:02 2017 +0000
+++ b/external/cddl/osnet/dev/fbt/fbt.c Mon Nov 06 04:43:50 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fbt.c,v 1.22 2017/02/27 06:47:00 chs Exp $     */
+/*     $NetBSD: fbt.c,v 1.23 2017/11/06 04:43:50 christos Exp $        */
 
 /*
  * CDDL HEADER START
@@ -72,7 +72,6 @@
 #include <arm/frame.h>
 #endif
 
-#define ELFSIZE ARCH_ELFSIZE
 #include <sys/exec_elf.h>
 
 #include <sys/dtrace.h>



Home | Main Index | Thread Index | Old Index