Reorganised sys_open.

vfs_create and mknod now returns the newly created vnode.
(which might be used by upper layers).
This commit is contained in:
Bahadir Balban
2008-04-19 00:40:48 +01:00
parent f7163b7e93
commit 8c4c436925
5 changed files with 77 additions and 33 deletions

View File

@@ -268,6 +268,7 @@ int sys_read(l4id_t sender, int fd, void *buf, int count)
int sys_write(l4id_t sender, int fd, void *buf, int count)
{
BUG();
return 0;
}