From 62102247f62abab0696ec91effc3564430d7399d Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 4 May 1997 16:17:49 +0000 Subject: [PATCH] Oops. The function cd9660_mountroot() is gone, but i've committed an even more bogus prototype for it in my previous commit. --- sys/fs/cd9660/iso.h | 4 +--- sys/isofs/cd9660/iso.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/fs/cd9660/iso.h b/sys/fs/cd9660/iso.h index 24375348ee44..7a051154eb64 100644 --- a/sys/fs/cd9660/iso.h +++ b/sys/fs/cd9660/iso.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.6 (Berkeley) 5/10/95 - * $Id: iso.h,v 1.13 1997/02/22 09:38:52 peter Exp $ + * $Id: iso.h,v 1.14 1997/05/04 15:24:22 joerg Exp $ */ #define ISODCL(from, to) (to - from + 1) @@ -215,8 +215,6 @@ int cd9660_init __P((struct vfsconf *)); #define cd9660_sysctl ((int (*) __P((int *, u_int, void *, size_t *, void *, \ size_t, struct proc *)))eopnotsupp) -int cd9660_mountroot __P((int ssector)); - extern vop_t **cd9660_vnodeop_p; extern vop_t **cd9660_specop_p; extern vop_t **cd9660_fifoop_p; diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h index 24375348ee44..7a051154eb64 100644 --- a/sys/isofs/cd9660/iso.h +++ b/sys/isofs/cd9660/iso.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.6 (Berkeley) 5/10/95 - * $Id: iso.h,v 1.13 1997/02/22 09:38:52 peter Exp $ + * $Id: iso.h,v 1.14 1997/05/04 15:24:22 joerg Exp $ */ #define ISODCL(from, to) (to - from + 1) @@ -215,8 +215,6 @@ int cd9660_init __P((struct vfsconf *)); #define cd9660_sysctl ((int (*) __P((int *, u_int, void *, size_t *, void *, \ size_t, struct proc *)))eopnotsupp) -int cd9660_mountroot __P((int ssector)); - extern vop_t **cd9660_vnodeop_p; extern vop_t **cd9660_specop_p; extern vop_t **cd9660_fifoop_p;