Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1364 → Rev 1365

/uspace/trunk/fb/fb.c
163,7 → 163,7
while (1) {
static int vfb_no=1;
 
callid = ipc_wait_for_call(&call, 0);
callid = ipc_wait_for_call(&call);
// printf("%s:Call phone=%lX..", NAME, call.in_phone_hash);
switch (IPC_GET_METHOD(call)&((1<<METHOD_WIDTH)-1)) {
case IPC_M_PHONE_HUNGUP: