Page MenuHomeFreeBSD

D50717.1779396579.diff
No OneTemporary

Size
521 B
Referenced Files
None
Subscribers
None

D50717.1779396579.diff

diff --git a/sys/fs/cd9660/iso.h b/sys/fs/cd9660/iso.h
--- a/sys/fs/cd9660/iso.h
+++ b/sys/fs/cd9660/iso.h
@@ -212,7 +212,7 @@
u_char len_au [ISODCL (247, 250)]; /* 723 */
};
-#ifdef _KERNEL
+#if defined(_KERNEL) || defined(_WANT_ISO_MNT)
/* CD-ROM Format type */
enum ISO_FTYPE { ISO_FTYPE_DEFAULT, ISO_FTYPE_9660, ISO_FTYPE_RRIP,
@@ -253,6 +253,10 @@
void *im_l2d;
};
+#endif /* defined(_KERNEL) || defined(_WANT_ISO_MNT) */
+
+#ifdef _KERNEL
+
struct ifid {
u_short ifid_len;
u_short ifid_pad;

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 8:49 PM (15 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28757602
Default Alt Text
D50717.1779396579.diff (521 B)

Event Timeline