diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-16 19:48:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-16 19:48:30 +0000 |
commit | 29fe1065ad74c2a1d6ac36158c841b5d8373d666 (patch) | |
tree | 6668f4daaebb207e465922ba1fbfeeb4c56e8eae /security/ssh2/files/patch-al | |
parent | Upgrade to 2.3.10. I hate them. (diff) |
Upgrade to 1.2.19
Notes
Notes:
svn path=/head/; revision=6222
Diffstat (limited to 'security/ssh2/files/patch-al')
-rw-r--r-- | security/ssh2/files/patch-al | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh2/files/patch-al b/security/ssh2/files/patch-al index 7ca297bc9ea7..9b8ef9f85303 100644 --- a/security/ssh2/files/patch-al +++ b/security/ssh2/files/patch-al @@ -1,8 +1,8 @@ -*** sshconnect.c.orig Thu Mar 27 09:04:10 1997 ---- sshconnect.c Sat Mar 29 01:16:51 1997 +*** sshconnect.c.orig Sun Apr 6 03:57:04 1997 +--- sshconnect.c Wed Apr 16 23:04:17 1997 *************** -*** 298,303 **** ---- 298,309 ---- +*** 302,307 **** +--- 302,313 ---- { struct sockaddr_in sin; int p; @@ -16,8 +16,8 @@ { sock = socket(AF_INET, SOCK_STREAM, 0); *************** -*** 325,330 **** ---- 331,337 ---- +*** 329,334 **** +--- 335,341 ---- } fatal("bind: %.100s", strerror(errno)); } |