declarations needed by utilities moved from ffs_extern.h to fs.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 28 May 1992 13:58:18 +0000 (05:58 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 28 May 1992 13:58:18 +0000 (05:58 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 7.15
SCCS-vsn: sys/ufs/ffs/ffs_extern.h 7.11

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

index d43889e..94ba2a5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ffs_extern.h        7.10 (Berkeley) %G%
+ *     @(#)ffs_extern.h        7.11 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -64,8 +64,6 @@ void  ffs_checkoverlap __P((struct buf *, struct inode *));
 #endif
 __END_DECLS
 
 #endif
 __END_DECLS
 
-extern int inside[], around[];
-extern u_char *fragtbl[];
 extern int (**ffs_vnodeop_p)();
 extern int (**ffs_specop_p)();
 #ifdef FIFO
 extern int (**ffs_vnodeop_p)();
 extern int (**ffs_specop_p)();
 #ifdef FIFO
index 32d577b..f4735a9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fs.h        7.14 (Berkeley) %G%
+ *     @(#)fs.h        7.15 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -411,3 +411,6 @@ 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)
+
+extern int inside[], around[];
+extern u_char *fragtbl[];