aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/gzipfs.c
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2000-04-29 20:47:10 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2000-04-29 20:47:10 +0000
commitefb8ff85324712bafcd6a2f12860719f45352762 (patch)
tree7a85eb5687d4fce46f6b57b31d505c93507a8414 /lib/libstand/gzipfs.c
parentee8d82ce9f77be7cf71c3e1d3914056159a5d26b (diff)
downloadsrc-efb8ff85324712bafcd6a2f12860719f45352762.tar.gz
src-efb8ff85324712bafcd6a2f12860719f45352762.zip
Add a readdir function to the loader fsops vector, and implement the
functionality for some of the filesystesms.
Notes
Notes: svn path=/head/; revision=59766
Diffstat (limited to 'lib/libstand/gzipfs.c')
-rw-r--r--lib/libstand/gzipfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libstand/gzipfs.c b/lib/libstand/gzipfs.c
index b0e30073cd7e..bcf0acea9205 100644
--- a/lib/libstand/gzipfs.c
+++ b/lib/libstand/gzipfs.c
@@ -56,7 +56,8 @@ struct fs_ops zipfs_fsops = {
zf_read,
null_write,
zf_seek,
- zf_stat
+ zf_stat,
+ null_readdir
};
#if 0