Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/30/2000 09:10:46
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Jul 30 06:10:45 UTC 2000

Modified Files:
	basesrc/usr.bin/ftp: fetch.c ftp.c

Log Message:
* always use getaddrinfo() and getnameinfo() instead of maintaining two code
  paths. (lukemftp will provide replacements for these on older systems)
* rename __USE_SELECT to USE_SELECT
* rename BSD4_4 to HAVE_SIN_LEN
* replace union sockunion {} with struct sockinet {}, and modify the code
  accordingly. this is possibly more portable, as it doesn't rely upon the
  structure alignment within the union for our own stuff.
  (XXX: haven't tested the ipv6 stuff)


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 basesrc/usr.bin/ftp/fetch.c
cvs rdiff -r1.103 -r1.104 basesrc/usr.bin/ftp/ftp.c

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