- Notifications
You must be signed in to change notification settings - Fork5
Commit9de156f
committed
Type 'socklen_t' might be the right way to declare getsockopt()'s last
parameter in some flavor of Unix, but Linux, HPUX, and SunOS all sayit's int. For now I'm just going to make it int so that I can compile.If the other way is actually necessary on some Unix somewhere, I guesswe will need a configure test...1 parent8f92163 commit9de156f
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 | 1066 |
| |
1067 |
| - | |
| 1067 | + | |
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | 1070 |
| |
|
0 commit comments
Comments
(0)