From: Kirk McKusick Date: Wed, 10 May 1989 08:10:38 +0000 (-0800) Subject: lint X-Git-Tag: BSD-4_3_Tahoe-Snapshot-Development~175 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/b9ce8641e78a16233b8159c4a6dbe1ac73908eac lint SCCS-vsn: sys/ufs/ffs/fs.h 7.7 --- diff --git a/usr/src/sys/ufs/ffs/fs.h b/usr/src/sys/ufs/ffs/fs.h index 8cb25a2cbc..d3e51b03e9 100644 --- a/usr/src/sys/ufs/ffs/fs.h +++ b/usr/src/sys/ufs/ffs/fs.h @@ -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 - * 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(); -struct fs *mountfs(); #endif