summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-23 11:45:51 +0200
committerDamien Miller <djm@mindrot.org>2011-06-23 11:45:51 +0200
commitdcbd41e7aff4c7ef10dd13d8833a8cba82f9a794 (patch)
treee4201b8d9d2ad65fb70c34b9de1265702ef26806 /sshd.c
parent - (djm) [sandbox-null.c] Dummy sandbox for platforms that don't support (diff)
downloadopenssh-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 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index bebcb9bf5..cc1039558 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.384 2011/06/22 21:57:01 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.385 2011/06/23 09:34:13 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -118,7 +118,7 @@
#endif
#include "monitor_wrap.h"
#include "roaming.h"
-#include "sandbox.h"
+#include "ssh-sandbox.h"
#include "version.h"
#ifdef LIBWRAP