Subject: Re: CVS commit: src/crypto/dist/ssh
To: None <ginsbach@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 06/14/2006 11:48:52
On Jun 14, 2006, at 8:36 AM, Brian Ginsbach wrote:
>
> Module Name: src
> Committed By: ginsbach
> Date: Wed Jun 14 15:36:00 UTC 2006
>
> Modified Files:
> src/crypto/dist/ssh: sshconnect.c
>
> Log Message:
> Adapt to new return value from socket(2) for an unsupported
> protocol/address family.
We probably should have versioned the system call for this. The old
return value has been part of the ABI for a long time.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.34 -r1.35 src/crypto/dist/ssh/sshconnect.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
-- thorpej