summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r--sys/boot/ia64/efi/conf.c2
-rw-r--r--sys/boot/ia64/ski/conf.c2
-rw-r--r--sys/boot/ia64/skiload/conf.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c
index ac30416..0e5407c 100644
--- a/sys/boot/ia64/efi/conf.c
+++ b/sys/boot/ia64/efi/conf.c
@@ -62,7 +62,7 @@ struct fs_ops *file_system[] = {
&efi_fsops,
/* &ufs_fsops, */
&nfs_fsops,
- &zipfs_fsops,
+ &gzipfs_fsops,
NULL
};
diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c
index 1322a81..6db907c 100644
--- a/sys/boot/ia64/ski/conf.c
+++ b/sys/boot/ia64/ski/conf.c
@@ -58,7 +58,7 @@ struct devsw *devsw[] = {
struct fs_ops *file_system[] = {
&ski_fsops,
&ufs_fsops,
- &zipfs_fsops,
+ &gzipfs_fsops,
NULL
};
diff --git a/sys/boot/ia64/skiload/conf.c b/sys/boot/ia64/skiload/conf.c
index 1322a81..6db907c 100644
--- a/sys/boot/ia64/skiload/conf.c
+++ b/sys/boot/ia64/skiload/conf.c
@@ -58,7 +58,7 @@ struct devsw *devsw[] = {
struct fs_ops *file_system[] = {
&ski_fsops,
&ufs_fsops,
- &zipfs_fsops,
+ &gzipfs_fsops,
NULL
};
OpenPOWER on IntegriCloud