Subversion Repositories HelenOS-historic

Rev

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

Rev 1451 Rev 1452
Line 62... Line 62...
62
    int phoneid;
62
    int phoneid;
63
    int res;
63
    int res;
64
   
64
   
65
    if (console_phone < 0) {
65
    if (console_phone < 0) {
66
        while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) {
66
        while ((console_phone = ipc_connect_me_to(PHONE_NS, SERVICE_CONSOLE, 0)) < 0) {
67
            volatile int a;
67
            usleep(10000);
68
            for (a = 0; a < 1048576; a++);
-
 
69
        }
68
        }
70
    }
69
    }
71
   
70
   
72
    stream.r = read_stdin;
71
    stream.r = read_stdin;
73
    stream.param = 0;
72
    stream.param = 0;