From 8b9aff36cbdefb7855220106b58bcfecfe8be7e3 Mon Sep 17 00:00:00 2001 From: peter <peter@FreeBSD.org> Date: Mon, 10 May 1999 17:12:45 +0000 Subject: Move the mfs_getimage() prototype to mfs_extern.h duplicating it everywhere. --- sys/ufs/mfs/mfs_vfsops.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/ufs/mfs/mfs_vfsops.c') diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index e7c0aea..f82582f 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95 - * $Id: mfs_vfsops.c,v 1.59 1999/04/06 03:08:43 peter Exp $ + * $Id: mfs_vfsops.c,v 1.60 1999/04/21 09:41:07 dt Exp $ */ @@ -62,8 +62,6 @@ MALLOC_DEFINE(M_MFSNODE, "MFS node", "MFS vnode private part"); -u_char * mfs_getimage __P((void)); - #ifdef MFS_ROOT static caddr_t mfs_rootbase; /* address of mini-root in kernel virtual memory */ static u_long mfs_rootsize; /* size of mini-root in bytes */ -- cgit v1.1