[openssh-commits] [openssh] 02/02: Fix a few warnings when on Mac OS X.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jan 20 21:17:59 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 335dc93526942a650f6c69666b3f6ca44d0a2910
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Jan 20 11:09:27 2020 +0100
Fix a few warnings when on Mac OS X.
Include stdlib.h for calloc, malloc, free and setenv.
---
auth-pam.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/auth-pam.c b/auth-pam.c
index d3f400bc..ee9d2c7e 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -56,6 +56,7 @@
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list