Subject: CVS commit: src/lib/libc/net
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 05/05/2003 20:12:23
Module Name:	src
Committed By:	bjh21
Date:		Mon May  5 20:12:23 UTC 2003

Modified Files:
	src/lib/libc/net: inet_makeaddr.c

Log Message:
Handle struct in_addr with proper respect, rather than assuming we can
make one by casting in in_addr_t *.  This has the pleasant side-effect
of making the machine code shorter, at least on ARM.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/lib/libc/net/inet_makeaddr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.