diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-28 23:30:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-28 23:30:39 +0000 |
commit | 797920ff495ca74bc81dfdeeba311a7815d669f3 (patch) | |
tree | c40578853dc42c17bf228e976d0e8f37cc5bbef9 /security/ssh/files/patch-al | |
parent | upgrade (diff) |
Upgrade to 1.2.18
Notes
Notes:
svn path=/head/; revision=6051
Diffstat (limited to 'security/ssh/files/patch-al')
-rw-r--r-- | security/ssh/files/patch-al | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh/files/patch-al b/security/ssh/files/patch-al index 9fd18168138a..7ca297bc9ea7 100644 --- a/security/ssh/files/patch-al +++ b/security/ssh/files/patch-al @@ -1,8 +1,8 @@ -*** sshconnect.c.orig Thu Jan 30 23:00:03 1997 ---- sshconnect.c Thu Jan 30 23:00:04 1997 +*** sshconnect.c.orig Thu Mar 27 09:04:10 1997 +--- sshconnect.c Sat Mar 29 01:16:51 1997 *************** -*** 239,244 **** ---- 239,250 ---- +*** 298,303 **** +--- 298,309 ---- { struct sockaddr_in sin; int p; @@ -16,8 +16,8 @@ { sock = socket(AF_INET, SOCK_STREAM, 0); *************** -*** 266,271 **** ---- 272,278 ---- +*** 325,330 **** +--- 331,337 ---- } fatal("bind: %.100s", strerror(errno)); } |