diff options
author | 2011-06-23 09:34:13 +0000 | |
---|---|---|
committer | 2011-06-23 09:34:13 +0000 | |
commit | 47e522aba44b673a86cbe1dd2989e84b8fa68ab9 (patch) | |
tree | 339b57ebaee1bbe4517550c982f29d28f49967e8 /usr.bin/ssh/sandbox-systrace.c | |
parent | cope with empty rx rings by scheduling a timeout to keep trying until it (diff) | |
download | wireguard-openbsd-47e522aba44b673a86cbe1dd2989e84b8fa68ab9.tar.xz wireguard-openbsd-47e522aba44b673a86cbe1dd2989e84b8fa68ab9.zip |
rename sandbox.h => ssh-sandbox.h to make things easier for portable
Diffstat (limited to 'usr.bin/ssh/sandbox-systrace.c')
-rw-r--r-- | usr.bin/ssh/sandbox-systrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <djm@mindrot.org> * @@ -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[] = { |