| Index: native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| index 6c7b6b31e91aab95be47ead7e8ac8c643f395885..089654e9ae14d284abd21814f4f958c56f34e7eb 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
|
| @@ -26,7 +26,7 @@ class PepperInterface;
|
| // proxy will result in IO access to the provided Mount and MountNode objects.
|
| class KernelProxy : protected KernelObject {
|
| public:
|
| - typedef Mount* (*MountFactory_t)(int, StringMap_t&, PepperInterface*);
|
| + typedef Error (*MountFactory_t)(int, StringMap_t&, PepperInterface*, Mount**);
|
| typedef std::map<std::string, std::string> StringMap_t;
|
| typedef std::map<std::string, MountFactory_t> MountFactoryMap_t;
|
|
|
|
|