summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/iso.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-05-04 16:17:49 +0000
committerjoerg <joerg@FreeBSD.org>1997-05-04 16:17:49 +0000
commit5c08287eeac5df530e19ba0de58fbcb06f634fe7 (patch)
tree010272e2c804a63a9d9abf6dbfa3f9ee717a4fca /sys/isofs/cd9660/iso.h
parent8cea5b917d62db9701a7fe2a45c9032aec48325d (diff)
downloadFreeBSD-src-5c08287eeac5df530e19ba0de58fbcb06f634fe7.zip
FreeBSD-src-5c08287eeac5df530e19ba0de58fbcb06f634fe7.tar.gz
Oops. The function cd9660_mountroot() is gone, but i've committed an
even more bogus prototype for it in my previous commit.
Diffstat (limited to 'sys/isofs/cd9660/iso.h')
-rw-r--r--sys/isofs/cd9660/iso.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h
index 2437534..7a05115 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;
OpenPOWER on IntegriCloud