Revision 31a60e22 slirp/misc.c

b/slirp/misc.c
603 603
}
604 604
#endif
605 605

  
606
#ifdef CONFIG_QEMU
607
void lprint(const char *format, ...)
608
{
609
    va_list args;
610

  
611
    va_start(args, format);
612
    term_vprintf(format, args);
613
    va_end(args);
614
}
615
#else
606 616
int (*lprint_print) _P((void *, const char *, va_list));
607 617
char *lprint_ptr, *lprint_ptr2, **lprint_arg;
608 618

  
......
754 764

  
755 765
	lprint("Adding emulation for %s to port %d/%d\r\n", buff1, emup->lport, emup->fport);
756 766
}
767
#endif
757 768

  
758 769
#ifdef BAD_SPRINTF
759 770

  

Also available in: Unified diff