| Index: native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| similarity index 96%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| index 7cb01b53d98f50b2cc6e43de656aed56e8d9fb75..248fed47cb1851a2d441bdaa047f662a4b165431 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_node_mem.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| @@ -2,12 +2,12 @@
|
| * 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_mem.h"
|
| +#include "nacl_io/mount_node_mem.h"
|
|
|
| #include <errno.h>
|
| #include <string.h>
|
|
|
| -#include "nacl_mounts/osstat.h"
|
| +#include "nacl_io/osstat.h"
|
| #include "utils/auto_lock.h"
|
|
|
| #define BLOCK_SIZE (1 << 16)
|
|
|