summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-04-14 18:15:47 +0000
committerphk <phk@FreeBSD.org>1997-04-14 18:15:47 +0000
commit3320ec653067be1e1067f93d8be55a3f9aed9fe8 (patch)
treee41138fe2f29bbaf262d85516968c5444bd15273 /sys/isofs/cd9660/cd9660_node.h
parent20360337484d2e46b3d0c355a615cd27d3b0a5a4 (diff)
downloadFreeBSD-src-3320ec653067be1e1067f93d8be55a3f9aed9fe8.zip
FreeBSD-src-3320ec653067be1e1067f93d8be55a3f9aed9fe8.tar.gz
Remove all traces of undocumented feature ISODEVMAP.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.h')
-rw-r--r--sys/isofs/cd9660/cd9660_node.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h
index 9205fa6..bd010f4 100644
--- a/sys/isofs/cd9660/cd9660_node.h
+++ b/sys/isofs/cd9660/cd9660_node.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_node.h 8.6 (Berkeley) 5/14/95
- * $Id$
+ * $Id: cd9660_node.h,v 1.10 1997/02/22 09:38:49 peter Exp $
*/
/*
@@ -59,17 +59,6 @@ typedef struct {
dev_t iso_rdev; /* Major/Minor number for special */
} ISO_RRIP_INODE;
-#ifdef ISODEVMAP
-/*
- * FOr device# (major,minor) translation table
- */
-struct iso_dnode {
- struct iso_dnode *d_next, **d_prev; /* hash chain */
- dev_t i_dev; /* device where dnode resides */
- ino_t i_number; /* the identity of the inode */
- dev_t d_dev; /* device # for translation */
-};
-#endif
struct iso_node {
struct iso_node *i_next, **i_prev; /* hash chain */
@@ -123,7 +112,3 @@ void cd9660_ihashins __P((struct iso_node *));
void cd9660_ihashrem __P((struct iso_node *));
int cd9660_tstamp_conv7 __P((u_char *, struct timespec *, enum ISO_FTYPE));
int cd9660_tstamp_conv17 __P((u_char *, struct timespec *));
-#ifdef ISODEVMAP
-struct iso_dnode *iso_dmap __P((dev_t, ino_t, int));
-void iso_dunmap __P((dev_t));
-#endif
OpenPOWER on IntegriCloud