| 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 32cde000b2065d3ef69424011b4bbee16dced902..7b3ac52ff2f02eaeb9ce1d9d35eeaa4b3bc6ccfd 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"
|
|
|