wok view seamonkey/stuff/google-breakpad.u @ rev 4806

Up: seamonkey (2.0.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jan 18 17:12:36 2010 +0100 (2010-01-18)
parents
children
line source
1 --- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 4 22:04:19 2010
2 +++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc Mon Jan 18 16:04:10 2010
3 @@ -29,6 +29,7 @@
4 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 +#include <stdio.h>
8 #include <signal.h>
9 #include <sys/stat.h>
10 #include <sys/types.h>
11 --- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 4 22:04:19 2010
12 +++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc Mon Jan 18 16:02:40 2010
13 @@ -29,6 +29,7 @@
14 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
15 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17 +#include <stdio.h>
18 #include <fcntl.h>
19 #include <pthread.h>
20 #include <signal.h>
21 --- seamonkey-2.0.2.ori/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 4 22:04:19 2010
22 +++ seamonkey-2.0.2/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc Mon Jan 18 16:03:26 2010
23 @@ -27,6 +27,7 @@
24 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 +#include <stdio.h>
28 #include <a.out.h>
29 #include <cstdarg>
30 #include <cstdlib>