We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5676bc9 commit 5f3706fCopy full SHA for 5f3706f
Network/Socket/Posix/Cmsg.hsc
@@ -142,7 +142,7 @@ instance ControlMessage IPv6TClass where
142
----------------------------------------------------------------
143
144
-- | Network interface ID and local IPv4 address.
145
-data IPv4PktInfo = IPv4PktInfo CInt HostAddress deriving (Eq)
+data IPv4PktInfo = IPv4PktInfo Int HostAddress deriving (Eq)
146
147
instance Show IPv4PktInfo where
148
show (IPv4PktInfo n ha) = "IPv4PktInfo " ++ show n ++ " " ++ show (hostAddressToTuple ha)
0 commit comments