Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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 (and assume anything with ipv6 has in_addr_t; if not, i'll
  add an autoconf test for it)
* ai_unmapped(): not all systems have sin_len; so only set #ifdef BSD4_4
* fix some lint


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 basesrc/usr.bin/ftp/ftp.c
cvs rdiff -r1.71 -r1.72 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/ftp/version.h

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




Home | Main Index | Thread Index | Old Index