| Index: native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
|
| similarity index 92%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
|
| index 049b21aaeb9276fbc6971a8bf9b39db65dc9b38e..9af208d162d1e738c302ecf9567648f1002afa7b 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_intercept.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
|
| @@ -3,12 +3,12 @@
|
| * found in the LICENSE file.
|
| */
|
| #include <errno.h>
|
| -#include "nacl_mounts/kernel_intercept.h"
|
| -#include "nacl_mounts/kernel_proxy.h"
|
| -#include "nacl_mounts/kernel_wrap.h"
|
| -#include "nacl_mounts/pepper_interface.h"
|
| -#include "nacl_mounts/pepper_interface.h"
|
| -#include "nacl_mounts/real_pepper_interface.h"
|
| +#include "nacl_io/kernel_intercept.h"
|
| +#include "nacl_io/kernel_proxy.h"
|
| +#include "nacl_io/kernel_wrap.h"
|
| +#include "nacl_io/pepper_interface.h"
|
| +#include "nacl_io/pepper_interface.h"
|
| +#include "nacl_io/real_pepper_interface.h"
|
|
|
|
|
| static KernelProxy* s_kp;
|
|
|