[openssh-commits] [openssh] 01/01: exit is in stdlib.h not unistd.h (that's _exit).

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Dec 9 12:52:36 AEDT 2016


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

dtucker pushed a commit to branch master
in repository openssh.

commit c35995048f41239fc8895aadc3374c5f75180554
Author: Darren Tucker <dtucker at zip.com.au>
Date:   Fri Dec 9 12:52:02 2016 +1100

    exit is in stdlib.h not unistd.h (that's _exit).
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7b1be32..a221214 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1781,7 +1781,7 @@ AC_MSG_CHECKING([for utf8 locale support])
 AC_RUN_IFELSE(
 	[AC_LANG_PROGRAM([[
 #include <locale.h>
-#include <unistd.h>
+#include <stdlib.h>
 	]], [[
 	char *loc = setlocale(LC_CTYPE, "en_US.UTF-8");
 	if (loc != NULL)

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


More information about the openssh-commits mailing list