Module Name: src
Committed By: ozaki-r
Date: Tue Jan 5 00:47:08 UTC 2016
Modified Files:
src/sys/arch/m68k/include: fenv.h
Log Message:
Fix #endif; it should be after __END_DECLS
This unbreaks the build of sun2.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/m68k/include/fenv.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/m68k/include/fenv.h
diff -u src/sys/arch/m68k/include/fenv.h:1.3 src/sys/arch/m68k/include/fenv.h:1.4
--- src/sys/arch/m68k/include/fenv.h:1.3 Tue Dec 29 16:02:37 2015
+++ src/sys/arch/m68k/include/fenv.h Tue Jan 5 00:47:08 2016
@@ -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 @@ fegetexcept(void)
#endif /* _NETBSD_SOURCE || _GNU_SOURCE */
-#endif /* !__m68010__ && !__mcoldfire__ */
-
__END_DECLS
+#endif /* !__m68010__ && !__mcoldfire__ */
+
#endif /* _M68K_FENV_H_ */