X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/99fae0e89e6f61ce0d3f92f37c53b5bc64be0800..283cac0a1670505f510d57f2bf9232b305b092e7:/usr/src/sys/kern/vfs_bio.c diff --git a/usr/src/sys/kern/vfs_bio.c b/usr/src/sys/kern/vfs_bio.c index 9ddf17eb6c..d847c09599 100644 --- a/usr/src/sys/kern/vfs_bio.c +++ b/usr/src/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* vfs_bio.c 3.12 %G% */ +/* vfs_bio.c 4.2 %G% */ #include "../h/param.h" #include "../h/systm.h" @@ -339,7 +339,7 @@ daddr_t blkno; sleep((caddr_t)&bfreelist, PRIBIO+1); goto loop; } - spl0(); + (void) spl0(); bp = bfreelist.av_forw; notavail(bp); if (bp->b_flags & B_DELWRI) {