| Index: src/shared/platform/osx/nacl_host_dir.c
|
| ===================================================================
|
| --- src/shared/platform/osx/nacl_host_dir.c (revision 9877)
|
| +++ src/shared/platform/osx/nacl_host_dir.c (working copy)
|
| @@ -1,7 +1,7 @@
|
| /*
|
| - * Copyright 2008 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) 2008 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.
|
| */
|
|
|
| /*
|
| @@ -31,10 +31,10 @@
|
| #include "native_client/src/shared/platform/nacl_sync.h"
|
| #include "native_client/src/shared/platform/nacl_sync_checked.h"
|
|
|
| +#include "native_client/src/trusted/service_runtime/include/bits/mman.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/dirent.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/errno.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/fcntl.h"
|
| -#include "native_client/src/trusted/service_runtime/include/sys/mman.h"
|
| #include "native_client/src/trusted/service_runtime/include/sys/stat.h"
|
|
|
|
|
|
|