Module Name: src
Committed By: martin
Date: Fri Jun 17 15:33:02 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Remove bogus ticket #1748 entry that was actually a fixup of ticket #1746
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.136 -r1.1.2.137 src/doc/CHANGES-8.3
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.3
diff -u src/doc/CHANGES-8.3:1.1.2.136 src/doc/CHANGES-8.3:1.1.2.137
--- src/doc/CHANGES-8.3:1.1.2.136 Fri Jun 17 15:28:01 2022
+++ src/doc/CHANGES-8.3 Fri Jun 17 15:33:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.136 2022/06/17 15:28:01 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.137 2022/06/17 15:33:02 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2679,11 +2679,6 @@ sys/arch/atari/atari/stalloc.c 1.17
PR 56859: restore NULL pointer checks lost in rev 1.16.
[tsutsui, ticket #1747]
-sys/dev/pci/ixgbe/ixgbe.c (apply patch)
-
- Fix the location of "break" statement. No functional change intended.
- [msaitoh, ticket #1748]
-
sys/miscfs/procfs/procfs_vnops.c 1.229
procfs: add missing permission check.