bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unhappy inet_aton decl


From: Joe Foley
Subject: unhappy inet_aton decl
Date: Sun, 21 Apr 2002 18:51:49 -0400

On line 85 of libguile/net_db.c
There is an extern declaration of int inet_aton()
which disagrees with all the /usr/include/arpa/inet.h
that I've ever seen(at least under linux flavors).  Commenting it out
allowed me
to at least build the thing.  

The declaration in my inet.h is 
extern in_addr_t inet_aton (__const char *__cp, struct in_addr *__inp)
__THROW;

Joe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]