Module Name: src
Committed By: pooka
Date: Wed Jan 20 12:12:09 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
bpf.4 did not change. point entry to the newly-born bpf.9
To generate a diff of this commit:
cvs rdiff -u -r1.1348 -r1.1349 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1348 src/doc/CHANGES:1.1349
--- src/doc/CHANGES:1.1348 Wed Jan 20 07:31:59 2010
+++ src/doc/CHANGES Wed Jan 20 12:12:09 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1348 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1349 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -531,6 +531,6 @@
check_pkg_signatures to validate the installed packages
against the vulnerabilities database and the expected
checksums for their files. [jmmv 20100119]
- bpf(4): Make bpf interface with an ops vector backed by stubs
+ bpf(9): Make bpf interface with an ops vector backed by stubs
if bpf is not present in the kernel. The client
linkage is now always the same. [pooka 20100119]