diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-29 20:47:10 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-29 20:47:10 +0000 |
| commit | efb8ff85324712bafcd6a2f12860719f45352762 (patch) | |
| tree | 7a85eb5687d4fce46f6b57b31d505c93507a8414 /lib/libstand/zipfs.c | |
| parent | ee8d82ce9f77be7cf71c3e1d3914056159a5d26b (diff) | |
Notes
Diffstat (limited to 'lib/libstand/zipfs.c')
| -rw-r--r-- | lib/libstand/zipfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libstand/zipfs.c b/lib/libstand/zipfs.c index b0e30073cd7e..bcf0acea9205 100644 --- a/lib/libstand/zipfs.c +++ b/lib/libstand/zipfs.c @@ -56,7 +56,8 @@ struct fs_ops zipfs_fsops = { zf_read, null_write, zf_seek, - zf_stat + zf_stat, + null_readdir }; #if 0 |
