Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/kvm_mkdb fix a check of the cpu types from __sh3__ ...
details: https://anonhg.NetBSD.org/src/rev/ace58b3849ab
branches: trunk
changeset: 525736:ace58b3849ab
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Apr 16 18:36:08 2002 +0000
description:
fix a check of the cpu types from __sh3__ to __sh__
diffstat:
usr.sbin/kvm_mkdb/extern.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 201924133ba4 -r ace58b3849ab usr.sbin/kvm_mkdb/extern.h
--- a/usr.sbin/kvm_mkdb/extern.h Tue Apr 16 18:35:39 2002 +0000
+++ b/usr.sbin/kvm_mkdb/extern.h Tue Apr 16 18:36:08 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.14 2002/02/19 02:16:08 thorpej Exp $ */
+/* $NetBSD: extern.h,v 1.15 2002/04/16 18:36:08 msaitoh Exp $ */
/*-
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -51,7 +51,7 @@
# define NLIST_AOUT
# define NLIST_ELF32
# define NLIST_ELF64
-#elif defined(__sh3__)
+#elif defined(__sh__)
# define NLIST_COFF
# define NLIST_ELF32
#else
Home |
Main Index |
Thread Index |
Old Index