Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/incron/files: incron-0.5.7-gcc43.patch
Date: Sun, 01 Jun 2008 10:20:55
Message-Id: E1K2kgD-0004wn-SP@stork.gentoo.org
1 hollow 08/06/01 10:20:49
2
3 Added: incron-0.5.7-gcc43.patch
4 Log:
5 fix #219673
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.1 sys-process/incron/files/incron-0.5.7-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/incron/files/incron-0.5.7-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/incron/files/incron-0.5.7-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: incron-0.5.7-gcc43.patch
15 ===================================================================
16 --- a/appargs.cpp
17 +++ b/appargs.cpp
18 @@ -19,6 +19,7 @@
19 *
20 */
21
22 +#include <string.h>
23
24 #include "strtok.h"
25
26 --- a/icd-main.cpp
27 +++ b/icd-main.cpp
28 @@ -23,6 +23,7 @@
29 #include <errno.h>
30 #include <sys/poll.h>
31 #include <sys/stat.h>
32 +#include <string.h>
33
34 #include "inotify-cxx.h"
35 #include "appinst.h"
36 --- a/ict-main.cpp
37 +++ b/ict-main.cpp
38 @@ -25,6 +25,7 @@
39 #include <fcntl.h>
40 #include <stdlib.h>
41 #include <limits.h>
42 +#include <string.h>
43
44 #include "inotify-cxx.h"
45 #include "appargs.h"
46 --- a/incroncfg.cpp
47 +++ b/incroncfg.cpp
48 @@ -17,6 +17,8 @@
49 #include <fstream>
50 #include <sstream>
51
52 +#include <string.h>
53 +
54 #include "incroncfg.h"
55
56
57 --- a/usertable.cpp
58 +++ b/usertable.cpp
59 @@ -25,6 +25,7 @@
60 #include <grp.h>
61 #include <stdlib.h>
62 #include <sys/stat.h>
63 +#include <string.h>
64
65 #include "usertable.h"
66 #include "incroncfg.h"
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list