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:
@@ -96,7 +96,7 @@ kputchar(char c)
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
void
|
||||
kputs(const char *s)
|
||||
{
|
||||
if (sSerialDebugEnabled)
|
||||
|
||||
Reference in New Issue
Block a user