summaryrefslogtreecommitdiffstats
path: root/lib/libstand/gzipfs.c
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-12-19 19:34:59 +0000
committerjake <jake@FreeBSD.org>2002-12-19 19:34:59 +0000
commit081cb688bad1fc757639ad2826e4da11a0f994fe (patch)
tree4b6bec29c3fff7176b561b0ab1da88e128eb1010 /lib/libstand/gzipfs.c
parent5c5d2fc25d5afe15e1075e5313f1213f474cae27 (diff)
downloadFreeBSD-src-081cb688bad1fc757639ad2826e4da11a0f994fe.zip
FreeBSD-src-081cb688bad1fc757639ad2826e4da11a0f994fe.tar.gz
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
Diffstat (limited to 'lib/libstand/gzipfs.c')
-rw-r--r--lib/libstand/gzipfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/gzipfs.c b/lib/libstand/gzipfs.c
index 00c8f8f..02195d8 100644
--- a/lib/libstand/gzipfs.c
+++ b/lib/libstand/gzipfs.c
@@ -49,7 +49,7 @@ static int zf_read(struct open_file *f, void *buf, size_t size, size_t *resid);
static off_t zf_seek(struct open_file *f, off_t offset, int where);
static int zf_stat(struct open_file *f, struct stat *sb);
-struct fs_ops zipfs_fsops = {
+struct fs_ops gzipfs_fsops = {
"zip",
zf_open,
zf_close,
OpenPOWER on IntegriCloud