Revision 8fcd3692 vl.c

b/vl.c
2561 2561
    }
2562 2562
}
2563 2563

  
2564
void pty_chr_timer(void *opaque)
2564
static void pty_chr_timer(void *opaque)
2565 2565
{
2566 2566
    struct CharDriverState *chr = opaque;
2567 2567
    PtyCharDriver *s = chr->opaque;

Also available in: Unified diff