[openssh-commits] [openssh] 01/01: Conditionally include err.h.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 18 17:12:43 AEST 2016


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit eac1bbd06872c273f16ac0f9976b0aef026b701b
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Mon Jul 18 17:12:22 2016 +1000

    Conditionally include err.h.
---
 regress/modpipe.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/regress/modpipe.c b/regress/modpipe.c
index c43e9cb..5f4824b 100755
--- a/regress/modpipe.c
+++ b/regress/modpipe.c
@@ -25,6 +25,9 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <errno.h>
+#ifdef HAVE_ERR_H
+# include <err.h>
+#endif
 #include "openbsd-compat/getopt_long.c"
 
 static void

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list