bug-guile
[Top][All Lists]
Advanced

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

minor syntax error


From: rharrison
Subject: minor syntax error
Date: Fri, 30 Nov 2001 16:49:41 -0500

I had a compilation bug in  net_db.c  libguile/net_db.c
at line 86 the code reads

extern int inet_aton( ...)
it should be
extern in_addr_t  inet_aton( ...)

for consistancy with the arpa/inet.h header

this is on a redhat 7.0 gnu/linux system with gcc 2.96  (what ever it
defaults to on installation)

It now compiles, but i haven't tested the code.  (but this is probably
correct)


                    rob

--
                                        robert w. harrison
                                        address@hidden
                                        address@hidden
                                        http://www.cs.gsu.edu/~cscrwh
                                        404 651 0668
********************************************************************************

Cras non poterimus ire; pulli sacri non edunt.

        "First, they ignore you.
        Then they laugh at you.
        Then they fight you.
        Then you win."
                Mahatma Ghandi

********************************************************************************






reply via email to

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