Made kputs() available in the kernel and used it for printing debugger

command usage texts, which can be too long for kprintf().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23677 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-01-21 00:15:33 +00:00
parent 8a04709a1d
commit 902425896d
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ kputchar(char c)
}
static void
void
kputs(const char *s)
{
if (sSerialDebugEnabled)