Forgot some debug stuff...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@268 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,7 +45,6 @@ struct file_descriptor {
|
|||||||
struct fd_ops *ops;
|
struct fd_ops *ops;
|
||||||
struct vnode *vnode;
|
struct vnode *vnode;
|
||||||
void *cookie;
|
void *cookie;
|
||||||
int32 dummy;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,6 @@ alloc_fd(void)
|
|||||||
f->vnode = NULL;
|
f->vnode = NULL;
|
||||||
f->cookie = NULL;
|
f->cookie = NULL;
|
||||||
f->ref_count = 1;
|
f->ref_count = 1;
|
||||||
f->dummy = 0xdeadbeef;
|
|
||||||
}
|
}
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user