Module Name: src Committed By: bouyer Date: Tue Dec 17 20:54:49 UTC 2013
Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.4 Log Message: ticket 999 To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.0.4 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.4 diff -u src/doc/CHANGES-6.0.4:1.1.2.8 src/doc/CHANGES-6.0.4:1.1.2.9 --- src/doc/CHANGES-6.0.4:1.1.2.8 Tue Dec 17 20:48:32 2013 +++ src/doc/CHANGES-6.0.4 Tue Dec 17 20:54:49 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.0.4,v 1.1.2.8 2013/12/17 20:48:32 bouyer Exp $ +# $NetBSD: CHANGES-6.0.4,v 1.1.2.9 2013/12/17 20:54:49 bouyer Exp $ A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4 release: @@ -113,3 +113,8 @@ usr.sbin/ndp/ndp.c 1.42 obey all local alignement requirements. [martin, ticket #998] +sys/compat/common/compat_util.c 1.45 + + Free pathbuf in an error path. + [martin, ticket #999] +