lint
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 May 1989 08:10:38 +0000 (00:10 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 May 1989 08:10:38 +0000 (00:10 -0800)
SCCS-vsn: sys/ufs/ffs/fs.h 7.7

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

index 8cb25a2..d3e51b0 100644 (file)
@@ -12,9 +12,9 @@
  * from this software without specific prior written permission.
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * from this software without specific prior written permission.
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  *
- *     @(#)fs.h        7.6 (Berkeley) %G%
+ *     @(#)fs.h        7.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -428,5 +428,4 @@ struct      ocg {
 
 #ifdef KERNEL
 struct fs *getfs();
 
 #ifdef KERNEL
 struct fs *getfs();
-struct fs *mountfs();
 #endif
 #endif