diff options
author | jake <jake@FreeBSD.org> | 2002-12-19 19:34:59 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2002-12-19 19:34:59 +0000 |
commit | 081cb688bad1fc757639ad2826e4da11a0f994fe (patch) | |
tree | 4b6bec29c3fff7176b561b0ab1da88e128eb1010 /sys/boot/powerpc | |
parent | 5c5d2fc25d5afe15e1075e5313f1213f474cae27 (diff) | |
download | FreeBSD-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 'sys/boot/powerpc')
-rw-r--r-- | sys/boot/powerpc/loader/conf.c | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/ofw/conf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c index 273815a..95e6bc6 100644 --- a/sys/boot/powerpc/loader/conf.c +++ b/sys/boot/powerpc/loader/conf.c @@ -68,7 +68,7 @@ struct fs_ops *file_system[] = { #ifdef LOADER_NET_SUPPORT &nfs_fsops, #endif - &zipfs_fsops, + &gzipfs_fsops, NULL }; diff --git a/sys/boot/powerpc/ofw/conf.c b/sys/boot/powerpc/ofw/conf.c index 273815a..95e6bc6 100644 --- a/sys/boot/powerpc/ofw/conf.c +++ b/sys/boot/powerpc/ofw/conf.c @@ -68,7 +68,7 @@ struct fs_ops *file_system[] = { #ifdef LOADER_NET_SUPPORT &nfs_fsops, #endif - &zipfs_fsops, + &gzipfs_fsops, NULL }; |