Subversion Repositories HelenOS-historic

Rev

Rev 1640 | Rev 1648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1640 Rev 1647
Line 370... Line 370...
370
            }
370
            }
371
           
371
           
372
            /* Commit hangup */
372
            /* Commit hangup */
373
            ipc_answer_fast(callid, 0,0,0);
373
            ipc_answer_fast(callid, 0,0,0);
374
            conn->used = 0;
374
            conn->used = 0;
375
            async_serialize_end();
-
 
376
            return;
375
            return;
377
        case CONSOLE_PUTCHAR:
376
        case CONSOLE_PUTCHAR:
378
            write_char(consnum, IPC_GET_ARG1(call));
377
            write_char(consnum, IPC_GET_ARG1(call));
379
            gcons_notify_char(consnum);
378
            gcons_notify_char(consnum);
380
            break;
379
            break;