Go go gadget dmac!
LGTM
http://breakpad.appspot.com/136001/diff/1/5
File src/client/mac/handler/minidump_generator.cc (right):
http://breakpad.appspot.com/136001/diff/1/5#newcode957
Line 957: u_int mibsize = static_cast<u_int>(sizeof(mib) / sizeof(mib[0]));
I was surprised to see you using u_int instead of unsigned int (or something
else like size_t), but sure enough, the man page and header both use the u_int
typedef. Go figure.
Issue 136001: More code clean up
(Closed)
Created 14 years, 4 months ago by dmaclach
Modified 14 years, 3 months ago
Reviewers: Mark Mentovai, mochalatte
Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Comments: 1