mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
b114c704ac
- enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com> Security: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
12 lines
248 B
C++
12 lines
248 B
C++
--- ipc/chromium/src/base/file_util_posix.cc~
|
|
+++ ipc/chromium/src/base/file_util_posix.cc
|
|
@@ -30,6 +30,8 @@
|
|
#include "base/string_util.h"
|
|
#include "base/time.h"
|
|
|
|
+#define stat64 stat
|
|
+
|
|
namespace file_util {
|
|
|
|
#if defined(GOOGLE_CHROME_BUILD)
|