mirror of
https://github.com/drasko/codezero.git
synced 2026-02-08 07:53:16 +01:00
Implemented vfs_lookup_byvnum() close to what it should look like.
This commit is contained in:
@@ -93,7 +93,6 @@ int sys_readdir(l4id_t sender, int fd, void *buf, int count)
|
||||
unsigned long vnum;
|
||||
struct vnode *v;
|
||||
struct tcb *t;
|
||||
struct dirbuf *db;
|
||||
unsigned long nbytes;
|
||||
int err;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user