| Index: native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntoa.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntoa.cc b/native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntoa.cc
|
| index 93825e7d574b1382ef1d87dd2f9d98e0d3f3e332..c6cf6107dff4d74cf0dbeddf95d7bfb0148ab68e 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntoa.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntoa.cc
|
| @@ -1,6 +1,6 @@
|
| -/* Copyright 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 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.
|
|
|
| #include "nacl_io/ossocket.h"
|
| #if defined(PROVIDES_SOCKET_API) && !defined(__GLIBC__)
|
|
|