mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-12 03:04:57 +00:00
11 lines
156 B
Diff
11 lines
156 B
Diff
21,23c21
|
|
< #ifdef __INSIDE_CYGWIN__
|
|
< uint32_t __s6_addr32[4];
|
|
< #endif
|
|
---
|
|
> u_int __s6_addr32[4];
|
|
36d33
|
|
< #ifdef __INSIDE_CYGWIN__
|
|
39d35
|
|
< #endif
|