summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-11-04 08:53:38 +0000
committerphk <phk@FreeBSD.org>2001-11-04 08:53:38 +0000
commit8adac62c86795423239c14a1fe680937902cda6e (patch)
tree4e937652ca827866490dee85c71091accfe19143 /sys/isofs/cd9660
parentbc99f2e3a94d6ee1568d62a971f225a16524d1af (diff)
downloadFreeBSD-src-8adac62c86795423239c14a1fe680937902cda6e.zip
FreeBSD-src-8adac62c86795423239c14a1fe680937902cda6e.tar.gz
B_ERROR is BIO_ERROR on -current.
Now it compiles, I don't know if it works.
Diffstat (limited to 'sys/isofs/cd9660')
-rw-r--r--sys/isofs/cd9660/cd9660_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_lookup.c b/sys/isofs/cd9660/cd9660_lookup.c
index 90dd62b..69a76d9 100644
--- a/sys/isofs/cd9660/cd9660_lookup.c
+++ b/sys/isofs/cd9660/cd9660_lookup.c
@@ -436,7 +436,7 @@ cd9660_blkatoff(vp, offset, res, bpp)
&bp->b_blkno, NULL, NULL);
if (error) {
bp->b_error = error;
- bp->b_flags |= B_ERROR;
+ bp->b_flags |= BIO_ERROR;
brelse(bp);
*bpp = NULL;
return (error);
OpenPOWER on IntegriCloud