| Index: native_client_sdk/src/libraries/nacl_io/mount_node.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_node.cc b/native_client_sdk/src/libraries/nacl_io/mount_node.cc
|
| similarity index 97%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/mount_node.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/mount_node.cc
|
| index f965b21e5434b809348f829c079bebc1056e731c..47c142c2b0644eded4a7558600cf6b8dac96d69e 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/mount_node.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node.cc
|
| @@ -2,7 +2,7 @@
|
| * 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.h"
|
| +#include "nacl_io/mount_node.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -10,7 +10,7 @@
|
| #include <sys/stat.h>
|
| #include <string>
|
|
|
| -#include "nacl_mounts/mount.h"
|
| +#include "nacl_io/mount.h"
|
| #include "utils/auto_lock.h"
|
|
|
| static const int USR_ID = 1001;
|
|
|