Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include fix unused
details: https://anonhg.NetBSD.org/src/rev/761c61e3dfa5
branches: trunk
changeset: 791255:761c61e3dfa5
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 10 17:18:32 2013 +0000
description:
fix unused
diffstat:
sys/arch/mips/include/cpu.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b18d1613a3a9 -r 761c61e3dfa5 sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h Sun Nov 10 17:14:25 2013 +0000
+++ b/sys/arch/mips/include/cpu.h Sun Nov 10 17:18:32 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.108 2013/11/10 00:50:13 christos Exp $ */
+/* $NetBSD: cpu.h,v 1.109 2013/11/10 17:18:32 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -148,7 +148,7 @@
};
-#define CPU_INFO_ITERATOR int __UNUSED
+#define CPU_INFO_ITERATOR int __unused
#define CPU_INFO_FOREACH(cii, ci) \
ci = &cpu_info_store; ci != NULL; ci = ci->ci_next
Home |
Main Index |
Thread Index |
Old Index