Revision 7878ff6b slirp/ip_icmp.c

b/slirp/ip_icmp.c
42 42
#endif
43 43

  
44 44
/* The message sent when emulating PING */
45
/* Be nice and tell them it's just a psuedo-ping packet */
46
char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
45
/* Be nice and tell them it's just a pseudo-ping packet */
46
const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
47 47

  
48 48
/* list of actions for icmp_error() on RX of an icmp message */
49 49
static const int icmp_flush[19] = {

Also available in: Unified diff