minor nits
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 09:08:33 +0000 (01:08 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 09:08:33 +0000 (01:08 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 7.12

usr/src/sys/ufs/ffs/fs.h

index 3c82561..14ad55f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fs.h        7.11 (Berkeley) %G%
+ *     @(#)fs.h        7.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -68,7 +68,7 @@
  * this purpose, however numerous dump tapes make this
  * assumption, so we are stuck with it)
  */
  * this purpose, however numerous dump tapes make this
  * assumption, so we are stuck with it)
  */
-#define        ROOTINO         ((ino_t)2)      /* i number of all roots */
+#define        ROOTINO         ((ino_t)2)
 
 /*
  * MINBSIZE is the smallest allowable block size.
 
 /*
  * MINBSIZE is the smallest allowable block size.