aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/kobj.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-13 19:49:09 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-13 19:49:09 +0000
commit73e540a0d1cc4fa686de9bd14875cb218d6a9bb1 (patch)
treea8012ceac97f112ea73ca70c5d311a9fa5f70cc9 /include/sys/kobj.h
parent36e6f86146432207789a0e2027edf8d52326bad7 (diff)
Drop unicode support, provided in ZFS tree libport
Update uio support git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@42 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/kobj.h')
-rw-r--r--include/sys/kobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/kobj.h b/include/sys/kobj.h
index 82da951e1..2715b4492 100644
--- a/include/sys/kobj.h
+++ b/include/sys/kobj.h
@@ -11,6 +11,8 @@ typedef struct _buf {
vnode_t *vp;
} _buf_t;
+typedef struct _buf buf_t;
+
extern struct _buf *kobj_open_file(const char *name);
extern void kobj_close_file(struct _buf *file);
extern int kobj_read_file(struct _buf *file, char *buf,