DescriptionChange talloc.c to build with the mac 10.7 SDK
talloc.c has a local diff to define strnlen(), instead of using
the definition in replace.c. However, the 10.7 SDK has its own
strnlen(), which makes the compiler complain about a strnlen()
redefinition. Use the pattern from replace.c to fix the
redefinition problem.
With this change, 'browser_tests' builds with the 10.7 SDK.
BUG=136844
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148685
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|