aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-12-19 19:34:59 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-12-19 19:34:59 +0000
commit7c6c018c0c678b02b6002e954ca527159bc569ea (patch)
tree4b6bec29c3fff7176b561b0ab1da88e128eb1010 /lib/libstand/stand.h
parent6b9ba891c052014cdf839627de4722ededca6a09 (diff)
downloadsrc-7c6c018c0c678b02b6002e954ca527159bc569ea.tar.gz
src-7c6c018c0c678b02b6002e954ca527159bc569ea.zip
Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.
Notes
Notes: svn path=/head/; revision=108100
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 40455fa4f51a..e08c5bb27c20 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;