Module Name: src
Committed By: sborrill
Date: Mon Mar 5 19:02:17 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket #74
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-6.0
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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.35 src/doc/CHANGES-6.0:1.1.2.36
--- src/doc/CHANGES-6.0:1.1.2.35 Sat Mar 3 00:53:11 2012
+++ src/doc/CHANGES-6.0 Mon Mar 5 19:02:17 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.35 2012/03/03 00:53:11 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.36 2012/03/05 19:02:17 sborrill Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -860,3 +860,10 @@ external/gpl3/binutils/dist/bfd/elfxx-mi
Fix support for .protected symbols.
[matt, ticket #82]
+usr.sbin/sdpd/sdpd.h 1.2
+usr.sbin/sdpd/server.c 1.11
+
+ Fix format string. Make sure problem doesn't reappear by
+ using __printf_like as appropriate.
+ [joerg, ticket #74]
+