Module Name: src
Committed By: sborrill
Date: Sat Nov 28 21:38:26 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1367
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.183 -r1.1.2.184 src/doc/CHANGES-4.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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.183 src/doc/CHANGES-4.1:1.1.2.184
--- src/doc/CHANGES-4.1:1.1.2.183 Sat Nov 14 10:40:43 2009
+++ src/doc/CHANGES-4.1 Sat Nov 28 21:38:26 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.183 2009/11/14 10:40:43 sborrill Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.184 2009/11/28 21:38:26 sborrill Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3901,3 +3901,9 @@
the IPv6 header would get corrupted by ip_output.
[joerg, ticket #1366]
+usr.bin/comm/comm.c 1.18
+
+ Don't include newlines when comparing to prevent errors when
+ lines have characters that sort lower such as tabs.
+ [darcy, ticket #1367]
+