On Fri, Dec 02, 2005 at 09:26:46AM -0800, Blars Blarson wrote:
> Sorry it has taken so long for me to get you this info.
thank you very much Blars for the help, this is much apreciated.
the bus error on sparc64:
> #0 0x701029cc in inet_aton () from /lib/libc.so.6
> #1 0x00013f84 in INET_resolve ()
> #2 0x000148f4 in INET_input ()
> #3 0x00011608 in arp_show ()
> #4 0x00012554 in main ()
static int arp_show(char *name)
{
struct sockaddr sa;
if (ap->input(0, ip, &sa) < 0)
static int INET_input(int type, char *bufp, struct sockaddr *sap)
{
return (INET_resolve(bufp, (struct sockaddr_in *) sap, 1));
static int INET_resolve(char *name, struct sockaddr_in *sin, int hostfirst)
{
if (inet_aton(name, &sin->sin_addr)) {
Hmmm... it looks a bit strange. Maybe it is a header or compiler problem
since you pointed out that an older version works until you recompile it.
Anybody has an idea?
Gruss
Bernd
--
(OO) -- [EMAIL PROTECTED] --
( .. ) [EMAIL PROTECTED],linux.de,debian.org} http://www.eckes.org/
o--o 1024D/E383CD7E [EMAIL PROTECTED] v:+497211603874 f:+49721151516129
(O____O) When cryptography is outlawed, bayl bhgynjf jvyy unir cevinpl!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]