[openssh-commits] [openssh] 01/01: Include stdio.h for vsnprintf.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jun 16 12:56:27 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 73eb6cef41daba0359c1888e4756108d41b4e819
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Jun 16 12:55:27 2019 +1000
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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list