| Index: native_client_sdk/src/libraries/nacl_io/mount_passthrough.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.cc b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.cc
|
| index 5ba49750be7e2427b2fc87aed5b05e2b9b268d26..59335ff8394095a49dd7baf4c638dc6db084e37d 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_passthrough.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_passthrough.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_passthrough.h"
|
| #include <errno.h>
|
| #include "nacl_io/kernel_wrap_real.h"
|
|
|