Module Name: src
Committed By: martin
Date: Sun Dec 8 10:33:35 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1470
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-8.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.77 src/doc/CHANGES-8.2:1.1.2.78
--- src/doc/CHANGES-8.2:1.1.2.77 Sun Dec 8 10:31:02 2019
+++ src/doc/CHANGES-8.2 Sun Dec 8 10:33:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.77 2019/12/08 10:31:02 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.78 2019/12/08 10:33:35 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1780,3 +1780,8 @@ sys/dev/cons.c 1.76,1.77
Fix reference count leak in cons(4).
[riastradh, ticket #1469]
+include/monetary.h 1.4
+
+ PR lib/54744: add missing __END_DECLS for C++ compiles.
+ [kre, ticket #1470]
+