Message type for {PM,VFS,RS,DS}_GETSYSINFO

Change-Id: I64d89f8a1c4704d0d0f420eb1e434cc96fd6351a
This commit is contained in:
2014-07-28 17:05:45 +02:00
parent 948a5389f9
commit ec130c9b4b
7 changed files with 26 additions and 24 deletions
+3 -3
View File
@@ -25,8 +25,8 @@ int getsysinfo(
}
memset(&m, 0, sizeof(m));
m.SI_WHAT = what;
m.SI_WHERE = where;
m.SI_SIZE = size;
m.m_lsys_getsysinfo.what = what;
m.m_lsys_getsysinfo.where = where;
m.m_lsys_getsysinfo.size = size;
return _taskcall(who, call_nr, &m);
}