comment fix
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 9 Jan 1987 04:08:30 +0000 (20:08 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 9 Jan 1987 04:08:30 +0000 (20:08 -0800)
SCCS-vsn: sys/sys/systm.h 7.4

usr/src/sys/sys/systm.h

index 647e5be..ac4e392 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.
  *
- *     @(#)systm.h     7.3 (Berkeley) %G%
+ *     @(#)systm.h     7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 extern char version[];         /* system version */
 
 /*
 extern char version[];         /* system version */
 
 /*
- * Nblkdev is the number of entries
- * (rows) in the block switch. It is
- * set in binit/bio.c by making
- * a pass over the switch.
- * Used in bounds checking on major
- * device numbers.
+ * Nblkdev is the number of entries (rows) in the block switch.
+ * Used in bounds checking on major device numbers.
  */
 int    nblkdev;
 
 /*
  * Number of character switch entries.
  */
 int    nblkdev;
 
 /*
  * Number of character switch entries.
- * Set by cinit/prim.c
  */
 int    nchrdev;
 
  */
 int    nchrdev;