File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ getSockOpt s (SockOpt level opt) = do
392
392
393
393
socketOptionPairs :: [Pair SocketOption String ]
394
394
socketOptionPairs =
395
- [ (UnsupportedSocketOption , " Unsupported " )
395
+ [ (UnsupportedSocketOption , " UnsupportedSocketOption " )
396
396
, (Debug , " Debug" )
397
397
, (ReuseAddr , " ReuseAddr" )
398
398
, (SoDomain , " SoDomain" )
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ instance ControlMessage Fd where
231
231
232
232
cmsgIdPairs :: [Pair CmsgId String ]
233
233
cmsgIdPairs =
234
- [ (UnsupportedCmsgId , " Unsupported " )
234
+ [ (UnsupportedCmsgId , " UnsupportedCmsgId " )
235
235
, (CmsgIdIPv4TTL , " CmsgIdIPv4TTL" )
236
236
, (CmsgIdIPv6HopLimit , " CmsgIdIPv6HopLimit" )
237
237
, (CmsgIdIPv4TOS , " CmsgIdIPv4TOS" )
Original file line number Diff line number Diff line change @@ -1318,7 +1318,7 @@ instance Storable In6Addr where
1318
1318
1319
1319
socktypePairs :: [Pair SocketType String ]
1320
1320
socktypePairs =
1321
- [ (UnsupportedSocketType , " Unsupported " )
1321
+ [ (UnsupportedSocketType , " UnsupportedSocketType " )
1322
1322
, (Stream , " Stream" )
1323
1323
, (Datagram , " Datagram" )
1324
1324
, (Raw , " Raw" )
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ instance Storable IPv6PktInfo where
189
189
190
190
cmsgIdPairs :: [Pair CmsgId String ]
191
191
cmsgIdPairs =
192
- [ (UnsupportedCmsgId , " Unsupported " )
192
+ [ (UnsupportedCmsgId , " UnsupportedCmsgId " )
193
193
, (CmsgIdIPv4TTL , " CmsgIdIPv4TTL" )
194
194
, (CmsgIdIPv6HopLimit , " CmsgIdIPv6HopLimit" )
195
195
, (CmsgIdIPv4TOS , " CmsgIdIPv4TOS" )
You can’t perform that action at this time.
0 commit comments