CVS commit: src/sys/sys
"YAMAMOTO Takashi" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamt Date: Tue Mar 31 09:08:05 UTC 2026 Modified Files: src/sys/sys: buf.h Log Message: Add b_private2 to struct buf i plan to use this for swap i/o. i'm not bumping kernel version as i reused an unused field. (it used to be softdep b_dep and has been unused since 2009.) To generate a diff of this commit: cvs rdiff -u -r1.135 -r1.136 src/sys/sys/buf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.