Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 12/12/1999 07:57:08
Module Name:	syssrc
Committed By:	itojun
Date:		Sun Dec 12 15:57:08 UTC 1999

Modified Files:
	syssrc/sys/netinet: in.c

Log Message:
do not use member of sockaddr_storage directly.
(if the definition is like in rfc2553) they are not supposed to be used.

XXX i'm trying to change rfc2553 sockaddr_storage definition to include
"ss_len" and "ss_family".  see ipngwg.  situation might change soon.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 syssrc/sys/netinet/in.c

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