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:
parent
be874324a3
commit
8503a60446
@ -70,7 +70,7 @@ con_init(kernel_args *ka)
|
||||
{
|
||||
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);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user