summaryrefslogtreecommitdiff
path: root/sandbox-pledge.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
committerDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
commitfafe1d84a210fb3dae7744f268059cc583db8c12 (patch)
tree0fd1e24341575e9272c49230cc8876115371c5d0 /sandbox-pledge.c
parent8f22911027ff6c17d7226d232ccd20727f389310 (diff)
s/SANDBOX_TAME/SANDBOX_PLEDGE/g
Diffstat (limited to 'sandbox-pledge.c')
-rw-r--r--sandbox-pledge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox-pledge.c b/sandbox-pledge.c
index 1d3e247d7..d28fc2727 100644
--- a/sandbox-pledge.c
+++ b/sandbox-pledge.c
@@ -17,7 +17,7 @@
17 17
18#include "includes.h" 18#include "includes.h"
19 19
20#ifdef SANDBOX_TAME 20#ifdef SANDBOX_PLEDGE
21 21
22#include <sys/types.h> 22#include <sys/types.h>
23#include <sys/ioctl.h> 23#include <sys/ioctl.h>
@@ -74,4 +74,4 @@ ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
74 /* Nothing to do here */ 74 /* Nothing to do here */
75} 75}
76 76
77#endif /* SANDBOX_TAME */ 77#endif /* SANDBOX_PLEDGE */