Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1542 → Rev 1541

/uspace/trunk/fb/sysio.c
47,10 → 47,7
 
static void sysputs(char *s)
{
while (*s) {
sysput(*(s++));
}
// __SYSCALL3(SYS_IO, 1, (sysarg_t)s, strlen(s));
__SYSCALL3(SYS_IO, 1, (sysarg_t)s, strlen(s));
}
 
/** Send clearscreen sequence to console */