aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/gzipfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/gzipfs.c')
-rw-r--r--stand/libsa/gzipfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/libsa/gzipfs.c b/stand/libsa/gzipfs.c
index 6c2b8cac9e34..6b22f750f3ef 100644
--- a/stand/libsa/gzipfs.c
+++ b/stand/libsa/gzipfs.c
@@ -50,6 +50,7 @@ static int zf_stat(struct open_file *f, struct stat *sb);
struct fs_ops gzipfs_fsops = {
.fs_name = "zip",
+ .fs_flags = 0,
.fo_open = zf_open,
.fo_close = zf_close,
.fo_read = zf_read,