From 47e522aba44b673a86cbe1dd2989e84b8fa68ab9 Mon Sep 17 00:00:00 2001 From: djm Date: Thu, 23 Jun 2011 09:34:13 +0000 Subject: rename sandbox.h => ssh-sandbox.h to make things easier for portable --- usr.bin/ssh/sandbox-systrace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/sandbox-systrace.c') diff --git a/usr.bin/ssh/sandbox-systrace.c b/usr.bin/ssh/sandbox-systrace.c index 7f0cfc2a4c1..76e441ee3ce 100644 --- a/usr.bin/ssh/sandbox-systrace.c +++ b/usr.bin/ssh/sandbox-systrace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sandbox-systrace.c,v 1.2 2011/06/22 22:14:05 djm Exp $ */ +/* $OpenBSD: sandbox-systrace.c,v 1.3 2011/06/23 09:34:13 djm Exp $ */ /* * Copyright (c) 2011 Damien Miller * @@ -34,7 +34,7 @@ #include "atomicio.h" #include "log.h" -#include "sandbox.h" +#include "ssh-sandbox.h" #include "xmalloc.h" static const int preauth_policy[] = { -- cgit v1.2.3-59-g8ed1b