diff options
author | Damien Miller <djm@mindrot.org> | 2011-06-23 11:45:51 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-06-23 11:45:51 +0200 |
commit | dcbd41e7aff4c7ef10dd13d8833a8cba82f9a794 (patch) | |
tree | e4201b8d9d2ad65fb70c34b9de1265702ef26806 /sandbox-rlimit.c | |
parent | - (djm) [sandbox-null.c] Dummy sandbox for platforms that don't support (diff) | |
download | openssh-dcbd41e7aff4c7ef10dd13d8833a8cba82f9a794.tar.xz openssh-dcbd41e7aff4c7ef10dd13d8833a8cba82f9a794.zip |
- djm@cvs.openbsd.org 2011/06/23 09:34:13
[sshd.c ssh-sandbox.h sandbox.h sandbox-rlimit.c sandbox-systrace.c]
[sandbox-null.c]
rename sandbox.h => ssh-sandbox.h to make things easier for portable
Diffstat (limited to 'sandbox-rlimit.c')
-rw-r--r-- | sandbox-rlimit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox-rlimit.c b/sandbox-rlimit.c index 4d832fc3d..761e9284f 100644 --- a/sandbox-rlimit.c +++ b/sandbox-rlimit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: sandbox-rlimit.c,v 1.3 2011/06/23 09:34:13 djm Exp $ */ /* * Copyright (c) 2011 Damien Miller <djm@mindrot.org> * @@ -31,7 +32,7 @@ #include <unistd.h> #include "log.h" -#include "sandbox.h" +#include "ssh-sandbox.h" #include "xmalloc.h" /* Minimal sandbox that sets zero nfiles, nprocs and filesize rlimits */ |