summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-09-18 13:01:12 +0000
committersobomax <sobomax@FreeBSD.org>2001-09-18 13:01:12 +0000
commitf261311bf8a95a68eddd17de69be6a0d0320326e (patch)
tree76acf0e35441ab9a8a740fc6881d0952b04fcc94 /lib/libstand/stand.h
parent62ef09324a4fe4b7bcba6695b290d2daced18a7c (diff)
downloadFreeBSD-src-f261311bf8a95a68eddd17de69be6a0d0320326e.zip
FreeBSD-src-f261311bf8a95a68eddd17de69be6a0d0320326e.tar.gz
Add support for loading bzip2-compressed filesystems. Among other things
this would allow to load bzip2-compressed kernels/modules from the loader(8) (support for that will be committer separately). MFC after: 1 month
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index 72b9a80..b679b81 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -122,6 +122,7 @@ 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 bzipfs_fsops;
extern struct fs_ops dosfs_fsops;
extern struct fs_ops ext2fs_fsops;
OpenPOWER on IntegriCloud