Subject: Re: CVS commit: basesrc
To: None <lukem@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 06/11/2000 16:55:19
>Module Name: basesrc
>Committed By: lukem
>Date: Sun Jun 11 02:12:06 UTC 2000
>
>Modified Files:
> basesrc/usr.bin/ftp: ftp.c main.c version.h
>
>Log Message:
>portability fixes for lukemftp:
>* initconn(): use in_addr_t instead of u_int32_t when manipulating IPv6
> addresses
I believe u_int32_t is much more correct here. there's no particular
relationship between in_addr_t and IPv6 address.
please backout the change.
> (and assume anything with ipv6 has in_addr_t; if not, i'll
> add an autoconf test for it)
RFC2553 (IPv6 basic API) does not talk about in_addr_t, so I think we
cannot assume it.
itojun