Fixed typo that prevented compilation.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,7 +70,7 @@ con_init(kernel_args *ka)
|
|||||||
{
|
{
|
||||||
dprintf("con_init: entry\n");
|
dprintf("con_init: entry\n");
|
||||||
|
|
||||||
console_fd = open("/dev/console", O_RDRW);
|
console_fd = open("/dev/console", O_RDWR);
|
||||||
dprintf("console_fd = %d\n", console_fd);
|
dprintf("console_fd = %d\n", console_fd);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user