Message type for VFS_FCHDIR

Change-Id: Ie7de90d37a39e89f35438a5b01a9e878a06194b2
This commit is contained in:
2014-05-12 16:58:19 +02:00
parent 698d2bd2a1
commit 4635162db2
4 changed files with 10 additions and 5 deletions

View File

@@ -21,6 +21,6 @@ int fd;
message m;
memset(&m, 0, sizeof(m));
m.VFS_FCHDIR_FD = fd;
m.m_lc_vfs_fchdir.fd = fd;
return(_syscall(VFS_PROC_NR, VFS_FCHDIR, &m));
}