mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Small Wine sync
svn path=/trunk/; revision=13026
This commit is contained in:
parent
289a65afa7
commit
2b79d428b9
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
#include "ip.h"
|
||||
#include "ip_icmp.h"
|
||||
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(icmp);
|
||||
|
||||
|
||||
|
@ -135,6 +136,8 @@ static int in_cksum(u_short *addr, int len)
|
|||
return(answer);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Exported Routines.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue