Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!sun-spots-request From: richard@aiai.edinburgh.ac.uk (Richard Tobin) Newsgroups: comp.sys.sun Subject: Re: problems with KIP0688 and CAP5.0 on Sparkstation1 Keywords: Miscellaneous Message-ID: <5968@brazos.Rice.edu> Date: 21 Mar 90 15:51:58 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n11, Replies: v9n27 X-Sun-Spots-Digest: Volume 9, Issue 90, message 11 > atalkad core dumps (at inet_ntoa() at 0xf777a860) I recently had a problem with inet_ntoa() - maybe it's the same one. The argument to inet_ntoa() should be a struct in_addr, but there's some grungy code (eg in the 4.3 timed, where I noticed it) that passes a u_long instead. It appears that 4-byte structures are passed differently from integers on the Sun 4, so this doesn't work. -- Richard