Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1395 → Rev 1396

/kernel/trunk/generic/src/ipc/sysipc.c
513,7 → 513,9
 
/* Include phone address('id') of the caller in the request,
* copy whole call->data, not only call->data.args */
STRUCT_TO_USPACE(calldata, &call->data);
if (STRUCT_TO_USPACE(calldata, &call->data)) {
return 0;
}
return (__native)call;
}