missing void

This commit is contained in:
rsc 2007-08-08 09:32:39 +00:00
parent 61dff66b35
commit c664dd5d23
3 changed files with 13 additions and 13 deletions

View file

@ -323,7 +323,7 @@ struct spinlock kbd_lock;
static uint shift;
void
kbd_intr()
kbd_intr(void)
{
uint st, data, c;
@ -418,7 +418,7 @@ console_read(int minor, char *dst, int n)
}
void
console_init()
console_init(void)
{
initlock(&console_lock, "console");
initlock(&kbd_lock, "kbd");