| Index: native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
|
| similarity index 96%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
|
| index 230592ce66e57f347b3f090b79d5dae08df11574..b97491f48136e11c4f6e50a43e3e324f78f9a757 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_dir.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node_dir.cc
|
| @@ -2,13 +2,13 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "nacl_mounts/mount_node_dir.h"
|
| +#include "nacl_io/mount_node_dir.h"
|
|
|
| #include <errno.h>
|
| #include <string.h>
|
|
|
| -#include "nacl_mounts/osdirent.h"
|
| -#include "nacl_mounts/osstat.h"
|
| +#include "nacl_io/osdirent.h"
|
| +#include "nacl_io/osstat.h"
|
| #include "utils/macros.h"
|
| #include "utils/auto_lock.h"
|
|
|
|
|