diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/webcopy/files/patch-webcopy.src_4 | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/webcopy/files/patch-webcopy.src_4')
-rw-r--r-- | www/webcopy/files/patch-webcopy.src_4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/webcopy/files/patch-webcopy.src_4 b/www/webcopy/files/patch-webcopy.src_4 new file mode 100644 index 000000000000..1166e1915329 --- /dev/null +++ b/www/webcopy/files/patch-webcopy.src_4 @@ -0,0 +1,12 @@ +*** webcopy.src.bak Sat Jun 8 20:42:14 1996 +--- webcopy.src Sun Jan 25 01:04:21 1998 +*************** +*** 474,480 **** + } + socket(S,&PF_INET,&SOCK_STREAM,$local_prot) || die "$0: socket: $!\n"; #P4 + socket(S,PF_INET,SOCK_STREAM,$local_prot) || die "$0: socket: $!\n"; #P5 +- bind(S,$local_sock) || die "$0: bind: $!\n"; + connect(S,$remote_sock) || return(901,"$!",0); + $_=select(S); $|=1; select($_); + if ($verbose>3) { +--- 474,479 ---- |