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:
Axel Dörfler 2004-07-02 02:57:29 +00:00
parent be874324a3
commit 8503a60446

View File

@ -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;