Ignore:
Timestamp:
2009-06-03T19:30:19Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbff4c2
Parents:
36b8100a
Message:

bdsh: sync with I/O changes, block until spawned task exits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/kcon/kcon.c

    r36b8100a r73878c1  
    3131#include <stdio.h>
    3232#include <stdlib.h>
    33 #include <console.h>
     33#include <io/console.h>
    3434#include "config.h"
    3535#include "util.h"
     
    6666        }
    6767
    68         console_kcon_enable();
     68        console_kcon_enable(fphone(stdout));
    6969
    7070        return CMD_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.