| Index: native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| index e180ef5fade582fa1d4093f42ec1e5e8c150a35a..bcb741d6fe7e88c8f3d31f09ce55b38b88d93644 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/mount_dev.cc
|
| @@ -1,7 +1,7 @@
|
| -/* Copyright (c) 2013 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) 2013 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.
|
| +
|
| #if defined(WIN32)
|
| #define _CRT_RAND_S
|
| #endif
|
|
|