SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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;