This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/276] Prototype of inet_aton returns in_addr_t, but man has int


------- Additional Comments From gotom at debian dot or dot jp  2004-07-21 15:31 -------
I agreed with this opinion.  inet_aton does not return address, 
it just returns the status which is succeeded (!0 == 1 in glibc) or 
failed (0).  It's trivial, but in_addr_t is uint32_t, not signed int32_t.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=276

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]