Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/30/2000 12:32:10
Module Name: basesrc
Committed By: lukem
Date: Sun Jul 30 09:32:10 UTC 2000
Modified Files:
basesrc/usr.bin/ftp: ftp.c
Log Message:
* always set (struct sockinet).su_len after getsockname() et al, so
that it's valid on systems which don't have sin_len and need the `compat'
version
* fix the accept() in dataconn() to use the correct struct elem
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 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.