| Index: sandbox/mac/os_compatibility.cc
|
| diff --git a/sandbox/mac/os_compatibility.cc b/sandbox/mac/os_compatibility.cc
|
| index aba04e1db60bfc49991763b023af6c437a808db2..6624f3a19be760740d8e1840287868e094b2a181 100644
|
| --- a/sandbox/mac/os_compatibility.cc
|
| +++ b/sandbox/mac/os_compatibility.cc
|
| @@ -13,6 +13,7 @@ namespace sandbox {
|
|
|
| namespace {
|
|
|
| +#pragma pack(push, 4)
|
| // Verified from launchd-329.3.3 (10.6.8).
|
| struct look_up2_request_10_6 {
|
| mach_msg_header_t Head;
|
| @@ -56,6 +57,7 @@ struct swap_integer_request_10_6 {
|
| vproc_gsk_t outkey;
|
| int64_t inval;
|
| };
|
| +#pragma pack(pop)
|
|
|
| // TODO(rsesek): Libc provides strnlen() starting in 10.7.
|
| size_t strnlen(const char* str, size_t maxlen) {
|
|
|