Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/02/1998 22:10:02
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.