9cd6a39c3e
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 38 ESR.
14 lines
382 B
C
14 lines
382 B
C
$NetBSD: patch-ipc_chromium_src_base_file__util.h,v 1.1 2015/07/09 14:13:52 ryoon Exp $
|
|
|
|
--- ipc/chromium/src/base/file_util.h.orig 2013-12-05 16:07:35.000000000 +0000
|
|
+++ ipc/chromium/src/base/file_util.h
|
|
@@ -16,7 +16,9 @@
|
|
#include <sys/stat.h>
|
|
#elif defined(OS_POSIX)
|
|
#include <sys/types.h>
|
|
+#if !defined(OS_SOLARIS)
|
|
#include <fts.h>
|
|
+#endif
|
|
#include <sys/stat.h>
|
|
#endif
|
|
|