summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/patches/patch-af')
-rw-r--r--security/openssh/patches/patch-af21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/openssh/patches/patch-af b/security/openssh/patches/patch-af
deleted file mode 100644
index 121bf2b0952..00000000000
--- a/security/openssh/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-af,v 1.1 2000/01/17 05:34:34 christos Exp $
-
---- log-server.c.orig Wed Nov 24 08:26:22 1999
-+++ log-server.c Sun Jan 16 23:50:54 2000
-@@ -97,13 +97,13 @@
- log_on_stderr = on_stderr;
- }
-
--#define MSGBUFSIZE 1024
-+#define SSH_MSGBUFSIZE 1024
-
- void
- do_log(LogLevel level, const char *fmt, va_list args)
- {
-- char msgbuf[MSGBUFSIZE];
-- char fmtbuf[MSGBUFSIZE];
-+ char msgbuf[SSH_MSGBUFSIZE];
-+ char fmtbuf[SSH_MSGBUFSIZE];
- char *txt = NULL;
- int pri = LOG_INFO;
-