]> git.pld-linux.org Git - packages/fam.git/blame - fam-gcc34.patch
- build fixes, release 8.
[packages/fam.git] / fam-gcc34.patch
CommitLineData
2948bff6
JR
1diff -uNr fam-2.6.10.orig/src/DNotify.c++ fam-2.6.10/src/DNotify.c++
2--- fam-2.6.10.orig/src/DNotify.c++ 2004-02-17 12:56:54.000000000 +0100
3+++ fam-2.6.10/src/DNotify.c++ 2004-02-17 13:00:18.321654784 +0100
216ddd1d
PS
4@@ -37,7 +37,7 @@
5 #include "Interest.h"
6 #include "Log.h"
7 #include "Scheduler.h"
8-#include "alloc.h"
9+#include <malloc.h>
10
11
12 int DNotify::pipe_write_fd = -2;
2948bff6
JR
13diff -uNr fam-2.6.10.orig/src/IMon.c++ fam-2.6.10/src/IMon.c++
14--- fam-2.6.10.orig/src/IMon.c++ 2003-04-15 06:21:31.000000000 +0200
15+++ fam-2.6.10/src/IMon.c++ 2004-02-17 12:59:53.667402800 +0100
216ddd1d
PS
16@@ -42,7 +42,7 @@
17 #include "Interest.h"
18 #include "Log.h"
19 #include "Scheduler.h"
20-#include "alloc.h"
21+#include <malloc.h>
22
23 int IMon::imonfd = -2;
24 IMon::EventHandler IMon::ehandler = NULL;
2948bff6
JR
25diff -uNr fam-2.6.10.orig/lib/Client.c++ fam-2.6.10/lib/Client.c++
26--- fam-2.6.10.orig/lib/Client.c++ 2003-04-15 06:21:25.000000000 +0200
27+++ fam-2.6.10/lib/Client.c++ 2004-02-17 12:56:54.987566264 +0100
216ddd1d
PS
28@@ -34,7 +34,8 @@
29 #include <syslog.h>
30 #include <errno.h>
31
32-#include <iostream.h>
33+#include <iostream>
34+using namespace std;
35
36 #include "fam.h"
37 #include "Client.h"
This page took 0.053492 seconds and 4 git commands to generate.