Fix compilation of crash_generation_server.cc, and add it to the client library sources so it actually gets built.

R=mark at https://breakpad.appspot.com/446003/

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1036 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2012-09-17 14:00:36 +00:00
parent 3e3324b06b
commit a8e7e18656
5 changed files with 460 additions and 356 deletions

View file

@ -81,7 +81,7 @@ GetInodeForProcPath(ino_t* inode_out, const char* path)
assert(path);
char buf[PATH_MAX];
if (!SafeReadLink(path, buf)) {
if (!google_breakpad::SafeReadLink(path, buf)) {
return false;
}