Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1396 → Rev 1395

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