Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc
>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
Home |
Main Index |
Thread Index |
Old Index