lint
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 25 Oct 1990 03:37:15 +0000 (19:37 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 25 Oct 1990 03:37:15 +0000 (19:37 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 7.11

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

index b9858e7..3c82561 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fs.h        7.10 (Berkeley) %G%
+ *     @(#)fs.h        7.11 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -419,7 +419,3 @@ struct      ocg {
  * NINDIR is the number of indirects in a file system block.
  */
 #define        NINDIR(fs)      ((fs)->fs_nindir)
  * NINDIR is the number of indirects in a file system block.
  */
 #define        NINDIR(fs)      ((fs)->fs_nindir)
-
-#ifdef KERNEL
-struct fs *getfs();
-#endif