lint
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Mon, 19 May 1980 02:30:50 +0000 (18:30 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Mon, 19 May 1980 02:30:50 +0000 (18:30 -0800)
SCCS-vsn: sys/kern/kern_physio.c 3.6
SCCS-vsn: sys/kern/vfs_bio.c 3.6
SCCS-vsn: sys/kern/vfs_cluster.c 3.6

usr/src/sys/kern/kern_physio.c
usr/src/sys/kern/vfs_bio.c
usr/src/sys/kern/vfs_cluster.c

index 8ae2489..ae2c0ba 100644 (file)
@@ -1,4 +1,4 @@
-/*     kern_physio.c   3.5     %H%     */
+/*     kern_physio.c   3.6     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -387,8 +387,7 @@ done:
 struct buf *
 geteblk()
 {
 struct buf *
 geteblk()
 {
-       register struct buf *bp, *dp, *ep;
-       register int i, x;
+       register struct buf *bp, *dp;
 
 loop:
        (void) spl6();
 
 loop:
        (void) spl6();
index 1fd5891..9bd935e 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_bio.c       3.5     %H%     */
+/*     vfs_bio.c       3.6     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -387,8 +387,7 @@ done:
 struct buf *
 geteblk()
 {
 struct buf *
 geteblk()
 {
-       register struct buf *bp, *dp, *ep;
-       register int i, x;
+       register struct buf *bp, *dp;
 
 loop:
        (void) spl6();
 
 loop:
        (void) spl6();
index ace7b79..4f5d9c4 100644 (file)
@@ -1,4 +1,4 @@
-/*     vfs_cluster.c   3.5     %H%     */
+/*     vfs_cluster.c   3.6     %H%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -387,8 +387,7 @@ done:
 struct buf *
 geteblk()
 {
 struct buf *
 geteblk()
 {
-       register struct buf *bp, *dp, *ep;
-       register int i, x;
+       register struct buf *bp, *dp;
 
 loop:
        (void) spl6();
 
 loop:
        (void) spl6();