Skip to content
Snippets Groups Projects
Commit 3ab6d935 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-21 09:34:32 by simonm]

Use 'unsigned long' instead of 'u_long'.
parent 6fafd11f
No related merge requests found
......@@ -437,7 +437,7 @@ unvectorizeHostAddrs :: Addr -> Int -> IO [Word]
unvectorizeHostAddrs ptr n
| str == ``NULL'' = return []
| otherwise = do
x <- _casm_ ``{ u_long tmp;
x <- _casm_ ``{ unsigned long tmp;
if ((((struct hostent*)%0)->h_addr_list[(int)%1]) == NULL)
tmp=(W_)0;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment