Some more additional changes in same places.

This commit is contained in:
Bahadir Balban
2008-02-14 15:13:08 +00:00
parent a989e1f774
commit d3b6817887
3 changed files with 17 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ struct file_ops {
struct vnode_ops {
vnode_op_t create;
struct vnode *(*lookup)(struct vnode *root, char *path);
void *(*readdir)(struct vnode *v, void *dirbuf);
int (*readdir)(struct vnode *v);
vnode_op_t link;
vnode_op_t unlink;
vnode_op_t mkdir;