aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-17 12:18:05 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-17 12:18:05 +0000
commitfb74e5f595af8439633ef895dd19dfdd695b6d10 (patch)
treedd2d29323555872217afb04ebb572acebac59fcd /lib/libstand/stand.h
parent766f7d6e03339f423f22afebb5ba4a301e1b23c9 (diff)
Notes
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 fcbb2e849b7d..c4b1fae21a82 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -125,6 +125,7 @@ extern struct fs_ops zipfs_fsops;
extern struct fs_ops bzipfs_fsops;
extern struct fs_ops dosfs_fsops;
extern struct fs_ops ext2fs_fsops;
+extern struct fs_ops splitfs_fsops;
/* where values for lseek(2) */
#define SEEK_SET 0 /* set file offset to offset */