- Notifications
You must be signed in to change notification settings - Fork5
Commit808849e
committed
Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.
I think this explains the 'implicit declaration of function gai_strerror'warnings visible in the current buildfarm report from snake: ifsys/socket.h is included again after getaddrinfo.h, the file wouldmerrily undefine the gai_strerror macro.1 parent3ff58b4 commit808849e
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
| |||
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
| 16 | + | |
10 | 17 |
| |
11 | 18 |
| |
12 | 19 |
| |
13 | 20 |
| |
14 | 21 |
| |
15 | 22 |
| |
| 23 | + | |
16 | 24 |
| |
17 | 25 |
| |
18 | 26 |
| |
| |||
21 | 29 |
| |
22 | 30 |
| |
23 | 31 |
| |
24 |
| - | |
| 32 | + |
0 commit comments
Comments
(0)