Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include Fix #endif; it should be after __END_D...
details: https://anonhg.NetBSD.org/src/rev/618ab4d30c2f
branches: trunk
changeset: 342680:618ab4d30c2f
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Jan 05 00:47:08 2016 +0000
description:
Fix #endif; it should be after __END_DECLS
This unbreaks the build of sun2.
diffstat:
sys/arch/m68k/include/fenv.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 43c081eae153 -r 618ab4d30c2f sys/arch/m68k/include/fenv.h
--- a/sys/arch/m68k/include/fenv.h Tue Jan 05 00:41:30 2016 +0000
+++ b/sys/arch/m68k/include/fenv.h Tue Jan 05 00:47:08 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.3 2015/12/29 16:02:37 christos Exp $ */
+/* $NetBSD: fenv.h,v 1.4 2016/01/05 00:47:08 ozaki-r Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -301,8 +301,8 @@
#endif /* _NETBSD_SOURCE || _GNU_SOURCE */
+__END_DECLS
+
#endif /* !__m68010__ && !__mcoldfire__ */
-__END_DECLS
-
#endif /* _M68K_FENV_H_ */
Home |
Main Index |
Thread Index |
Old Index