| Index: src/trusted/gio/gio_shm_unbounded_test.c
|
| ===================================================================
|
| --- src/trusted/gio/gio_shm_unbounded_test.c (revision 9877)
|
| +++ src/trusted/gio/gio_shm_unbounded_test.c (working copy)
|
| @@ -1,7 +1,7 @@
|
| /*
|
| - * Copyright 2010 The Native Client 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) 2010 The Native Client 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 <stdio.h>
|
| @@ -13,8 +13,8 @@
|
|
|
| #include "native_client/src/trusted/desc/nrd_all_modules.h"
|
| #include "native_client/src/trusted/gio/gio_shm_unbounded.h"
|
| +#include "native_client/src/trusted/service_runtime/include/bits/mman.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/errno.h"
|
| -#include "native_client/src/trusted/service_runtime/include/sys/mman.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/stat.h"
|
| #include "native_client/src/trusted/service_runtime/nacl_config.h"
|
|
|
|
|