summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
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/stand.h
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/stand.h')
-rw-r--r--lib/libstand/stand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 40455fa..e08c5bb 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -121,7 +121,7 @@ extern struct fs_ops ufs_fsops;
extern struct fs_ops tftp_fsops;
extern struct fs_ops nfs_fsops;
extern struct fs_ops cd9660_fsops;
-extern struct fs_ops zipfs_fsops;
+extern struct fs_ops gzipfs_fsops;
extern struct fs_ops bzipfs_fsops;
extern struct fs_ops dosfs_fsops;
extern struct fs_ops ext2fs_fsops;
OpenPOWER on IntegriCloud