Oops. The function cd9660_mountroot() is gone, but i've committed an

even more bogus prototype for it in my previous commit.
This commit is contained in:
joerg 1997-05-04 16:17:49 +00:00
parent 8cea5b917d
commit 5c08287eea
2 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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;