Added missing next_dev(). Axel?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10751 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4631,6 +4631,13 @@ _kern_next_device(int32 *_cookie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
dev_t
|
||||||
|
next_dev(int32 *_cookie)
|
||||||
|
{
|
||||||
|
return fs_next_device(_cookie);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
_kern_open_entry_ref(dev_t device, ino_t inode, const char *name, int omode)
|
_kern_open_entry_ref(dev_t device, ino_t inode, const char *name, int omode)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user