Module Name: src Committed By: martin Date: Tue Jan 29 08:29:52 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-8.1 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.1 diff -u src/doc/CHANGES-8.1:1.1.2.97 src/doc/CHANGES-8.1:1.1.2.98 --- src/doc/CHANGES-8.1:1.1.2.97 Tue Jan 29 07:05:00 2019 +++ src/doc/CHANGES-8.1 Tue Jan 29 08:29:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.1,v 1.1.2.97 2019/01/29 07:05:00 msaitoh Exp $ +# $NetBSD: CHANGES-8.1,v 1.1.2.98 2019/01/29 08:29:52 martin Exp $ A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1 release: @@ -2344,6 +2344,6 @@ sys/netmpls/mpls_proto.c 1.32 sys/netnatm/natm.c patch Fix memory leaks pointed out by Ilja Van Sprundel: all - sendoob() functions are expted to free both passed + sendoob() functions are expected to free both passed mbuf chains. [martin, ticket #1175]