| Index: native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| index 7924fa4c53a51821fdb14268b3de61f611f526da..e2e2f61f7cf4627af515044712122f2ca765c386 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_node_mem.cc
|
| @@ -1,7 +1,7 @@
|
| -/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| #include "nacl_io/mount_node_mem.h"
|
|
|
| #include <errno.h>
|
|
|