[openssh-commits] [openssh] 01/04: sandbox-darwin.c: fix missing prototypes.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 21 10:49:27 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 5a9b9c82851b7bc219dc3a65962a80803c76c102
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Mon Jan 20 12:24:51 2020 +0100

    sandbox-darwin.c: fix missing prototypes.
    
    Include the right header just like the other sandbox files.
    Fixes missing prototype warnings for ssh_sandbox_* functions.
---
 sandbox-darwin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox-darwin.c b/sandbox-darwin.c
index a61de749..59b4d286 100644
--- a/sandbox-darwin.c
+++ b/sandbox-darwin.c
@@ -30,7 +30,7 @@
 #include <unistd.h>
 
 #include "log.h"
-#include "sandbox.h"
+#include "ssh-sandbox.h"
 #include "monitor.h"
 #include "xmalloc.h"
 

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


More information about the openssh-commits mailing list