VOID=>void
[unix-history] / usr / src / sys / vax / mba / hp.c
index 4e56a52..a7f438c 100644 (file)
@@ -1,4 +1,4 @@
-/*     hp.c    3.2     %H%     */
+/*     hp.c    3.3     %H%     */
 
 /*
  * RP04/RP06/RM03 disk driver
 
 /*
  * RP04/RP06/RM03 disk driver
@@ -164,14 +164,14 @@ register struct buf *bp;
        }
        bp->b_cylin = bn/nspc + sizes[xunit&07].cyloff;
        dp = &hputab[unit];
        }
        bp->b_cylin = bn/nspc + sizes[xunit&07].cyloff;
        dp = &hputab[unit];
-       VOID spl5();
+       (void) spl5();
        disksort(dp, bp);
        if (dp->b_active == 0) {
                hpustart(unit);
                if(hptab.b_active == 0)
                        hpstart();
        }
        disksort(dp, bp);
        if (dp->b_active == 0) {
                hpustart(unit);
                if(hptab.b_active == 0)
                        hpstart();
        }
-       VOID spl0();
+       (void) spl0();
 }
 
 hpustart(unit)
 }
 
 hpustart(unit)