aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/cd9660.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/cd9660.c')
-rw-r--r--stand/libsa/cd9660.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/cd9660.c b/stand/libsa/cd9660.c
index 973a7dddcda9..d1da39aa479a 100644
--- a/stand/libsa/cd9660.c
+++ b/stand/libsa/cd9660.c
@@ -81,6 +81,7 @@ static ISO_SUSP_HEADER *susp_lookup_record(struct open_file *f,
struct fs_ops cd9660_fsops = {
.fs_name = "cd9660",
+ .fs_flags = 0,
.fo_open = cd9660_open,
.fo_close = cd9660_close,
.fo_read = cd9660_read,