SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/uucp/patches/patch-cu_c
Normal file
13
net/uucp/patches/patch-cu_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
broken send file function fix, Frederick Bruckman, netbsd pr 6834
|
||||
|
||||
--- cu.c.orig 2003-05-29 08:08:45.000000000 +0200
|
||||
+++ cu.c 2003-11-11 21:17:57.000000000 +0100
|
||||
@@ -2083,7 +2083,7 @@ fcusend_buf (qconn, zbufarg, cbufarg)
|
||||
of normal characters; when we send a newline we look for
|
||||
*zCuvar_echonl. */
|
||||
if ((fCuvar_echocheck && ! fCuvar_binary)
|
||||
- || (fnl && *zCuvar_echonl != '\0'))
|
||||
+ && (fnl && *zCuvar_echonl != '\0'))
|
||||
{
|
||||
long iend;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue