Revision 7c829863

b/slirp/misc.h
63 63
	struct emu_t *next;
64 64
};
65 65

  
66
#ifndef CONFIG_QEMU
66 67
extern struct emu_t *tcpemu;
68
#endif
67 69

  
68 70
extern int x_port, x_server, x_display;
69 71

  
b/slirp/tcp_subr.c
559 559
	  {0, 0, 0, 0}
560 560
};
561 561

  
562
static struct emu_t *tcpemu = 0;
562
#ifdef CONFIG_QEMU
563
static
564
#endif
565
struct emu_t *tcpemu = 0;
563 566

  
564 567
/*
565 568
 * Return TOS according to the above table

Also available in: Unified diff