[openssh-commits] [openssh] 02/02: Include unistd.h for geteuid declaration.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 13 13:41:07 AEST 2018


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

dtucker pushed a commit to branch master
in repository openssh.

commit 30a2c213877a54a44dfdffb6ca8db70be5b457e0
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jul 13 13:40:20 2018 +1000

    Include unistd.h for geteuid declaration.
---
 audit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audit.c b/audit.c
index 09136156..33a04376 100644
--- a/audit.c
+++ b/audit.c
@@ -26,6 +26,7 @@
 
 #include <stdarg.h>
 #include <string.h>
+#include <unistd.h>
 
 #ifdef SSH_AUDIT_EVENTS
 

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


More information about the openssh-commits mailing list