Subversion Repositories HelenOS-historic

Rev

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

Rev 1465 Rev 1476
Line 116... Line 116...
116
    stream_t stream;
116
    stream_t stream;
117
    int res;
117
    int res;
118
   
118
   
119
    if (console_phone < 0) {
119
    if (console_phone < 0) {
120
        while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) {
120
        while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) {
121
            volatile int a;
121
            usleep(10000);
122
            for (a = 0; a < 1048576; a++);
-
 
123
        }
122
        }
124
    }
123
    }
125
   
124
   
126
    stream.w = write_stdout;
125
    stream.w = write_stdout;
127
    stream.param = 0;
126
    stream.param = 0;