mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Add const etc. to places forgotten from the previous commit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3453 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9634d9031c
commit
7878ff6bc7
6 changed files with 9 additions and 9 deletions
|
@ -42,8 +42,8 @@ struct icmpstat icmpstat;
|
|||
#endif
|
||||
|
||||
/* The message sent when emulating PING */
|
||||
/* Be nice and tell them it's just a psuedo-ping packet */
|
||||
char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
|
||||
/* Be nice and tell them it's just a pseudo-ping packet */
|
||||
const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
|
||||
|
||||
/* list of actions for icmp_error() on RX of an icmp message */
|
||||
static const int icmp_flush[19] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue