Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
ross
Thu Jul 2 22:07:41 PDT 1998
Update of /cvsroot/xsrc/xc/lib/SM
In directory nb00:/tmp/cvs-serv8810
Modified Files:
sm_genid.c
Log Message:
Include <arpa/inet.h> to declare the (pointer-returning) inet_ntoa().
This is a SUSV2 header as well as a BSD one, so this should be universal now,
and the include is within the same #if expression as the inet_ntoa() call.
Also, eliminate the identity-cast of the inet_ntoa return type, it just
hides missing declarations.
Fixes LP64 bug.
Home |
Main Index |
Thread Index |
Old Index