I've wanted to make this comment untrue for a long time...
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 18 Sep 1985 01:40:42 +0000 (17:40 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 18 Sep 1985 01:40:42 +0000 (17:40 -0800)
SCCS-vsn: sys/kern/vfs_bio.c 6.7
SCCS-vsn: sys/kern/vfs_cluster.c 6.7

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

index 49f2397..ffabfca 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vfs_bio.c   6.6 (Berkeley) %G%
+ *     @(#)vfs_bio.c   6.7 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
@@ -568,9 +568,7 @@ loop:
 
 /*
  * Pick up the device's error number and pass it to the user;
 
 /*
  * Pick up the device's error number and pass it to the user;
- * if there is an error but the number is 0 set a generalized
- * code.  Actually the latter is always true because devices
- * don't yet return specific errors.
+ * if there is an error but the number is 0 set a generalized code.
  */
 geterror(bp)
        register struct buf *bp;
  */
 geterror(bp)
        register struct buf *bp;
index 372644a..3c71334 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vfs_cluster.c       6.6 (Berkeley) %G%
+ *     @(#)vfs_cluster.c       6.7 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
@@ -568,9 +568,7 @@ loop:
 
 /*
  * Pick up the device's error number and pass it to the user;
 
 /*
  * Pick up the device's error number and pass it to the user;
- * if there is an error but the number is 0 set a generalized
- * code.  Actually the latter is always true because devices
- * don't yet return specific errors.
+ * if there is an error but the number is 0 set a generalized code.
  */
 geterror(bp)
        register struct buf *bp;
  */
 geterror(bp)
        register struct buf *bp;