Up to [cvs.NetBSD.org] / src / sys / adosfs
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5-base
Revision 1.53 / (download) - annotate - [select for diffs], Fri May 19 18:54:22 2000 UTC (22 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
A foolish consistency; most parts of the kernel use bp->b_data, so change these from bp->b_un.b_addr to bp->b_data, as well. This also allows us more flexibility to experiment with other data buffer types hung off of struct buf.