summaryrefslogtreecommitdiff
path: root/pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-10-18 00:44:32 -0700
committerMichael Forney <mforney@mforney.org>2019-10-18 00:44:32 -0700
commit91d3dd6504b51cd18f4b6a61eec00388c33b70af (patch)
tree61510aad98715722506773bc8112c33090dc9427 /pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch
parentf7af542972d1d55f3973d1f1b888b7eed3b07f51 (diff)
openssh: Update to 8.1p1
Diffstat (limited to 'pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch')
-rw-r--r--pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch b/pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch
deleted file mode 100644
index 6e383718..00000000
--- a/pkg/openssh/patch/0001-Include-stdio.h-for-vsnprintf.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0584947cce192034cbbaea92db1a628a5496a51a Mon Sep 17 00:00:00 2001
-From: Darren Tucker <dtucker@dtucker.net>
-Date: Sun, 16 Jun 2019 12:55:27 +1000
-Subject: [PATCH] Include stdio.h for vsnprintf.
-
-Patch from mforney at mforney.org.
----
- openbsd-compat/setproctitle.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c
-index dbd1a95a..e4064323 100644
---- a/openbsd-compat/setproctitle.c
-+++ b/openbsd-compat/setproctitle.c
-@@ -36,6 +36,7 @@
- #ifndef HAVE_SETPROCTITLE
-
- #include <stdarg.h>
-+#include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>
- #ifdef HAVE_SYS_PSTAT_H
---
-2.20.1
-