minor lint
[unix-history] / usr / src / sys / kern / vfs_bio.c
index 9ddf17e..d847c09 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_bio.c       3.12    %G%     */
+/*     vfs_bio.c       4.2     %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -339,7 +339,7 @@ daddr_t blkno;
                sleep((caddr_t)&bfreelist, PRIBIO+1);
                goto loop;
        }
                sleep((caddr_t)&bfreelist, PRIBIO+1);
                goto loop;
        }
-       spl0();
+       (void) spl0();
        bp = bfreelist.av_forw;
        notavail(bp);
        if (bp->b_flags & B_DELWRI) {
        bp = bfreelist.av_forw;
        notavail(bp);
        if (bp->b_flags & B_DELWRI) {