Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-alt r1703 - in trunk/baselayout-prefix/src: . core filefuncs
Date: Thu, 31 Mar 2011 18:46:05
Message-Id: 20110331184554.D1B6420054@flycatcher.gentoo.org
1 Author: grobian
2 Date: 2011-03-31 18:45:54 +0000 (Thu, 31 Mar 2011)
3 New Revision: 1703
4
5 Modified:
6 trunk/baselayout-prefix/src/consoletype.c
7 trunk/baselayout-prefix/src/core/depend.c
8 trunk/baselayout-prefix/src/core/depscan.c
9 trunk/baselayout-prefix/src/core/misc.c
10 trunk/baselayout-prefix/src/core/parse.c
11 trunk/baselayout-prefix/src/core/simple-regex.c
12 trunk/baselayout-prefix/src/core/test-regex.c
13 trunk/baselayout-prefix/src/filefuncs/filefuncs.c
14 trunk/baselayout-prefix/src/runscript.c
15 trunk/baselayout-prefix/src/start-stop-daemon.c
16 Log:
17 include gnulib's <config.h>
18
19 Modified: trunk/baselayout-prefix/src/consoletype.c
20 ===================================================================
21 --- trunk/baselayout-prefix/src/consoletype.c 2011-03-31 18:24:13 UTC (rev 1702)
22 +++ trunk/baselayout-prefix/src/consoletype.c 2011-03-31 18:45:54 UTC (rev 1703)
23 @@ -8,6 +8,7 @@
24 * $Header$
25 */
26
27 +#include <config.h>
28 #include <stdio.h>
29 #include <string.h>
30 #include <sys/ioctl.h>
31
32 Modified: trunk/baselayout-prefix/src/core/depend.c
33 ===================================================================
34 --- trunk/baselayout-prefix/src/core/depend.c 2011-03-31 18:24:13 UTC (rev 1702)
35 +++ trunk/baselayout-prefix/src/core/depend.c 2011-03-31 18:45:54 UTC (rev 1703)
36 @@ -22,6 +22,7 @@
37 * $Header$
38 */
39
40 +#include <config.h>
41 #include <errno.h>
42 #include <string.h>
43 #include <stddef.h>
44
45 Modified: trunk/baselayout-prefix/src/core/depscan.c
46 ===================================================================
47 --- trunk/baselayout-prefix/src/core/depscan.c 2011-03-31 18:24:13 UTC (rev 1702)
48 +++ trunk/baselayout-prefix/src/core/depscan.c 2011-03-31 18:45:54 UTC (rev 1703)
49 @@ -22,6 +22,7 @@
50 * $Header$
51 */
52
53 +#include <config.h>
54 #include <errno.h>
55 #ifndef __KLIBC__
56 # include <locale.h>
57
58 Modified: trunk/baselayout-prefix/src/core/misc.c
59 ===================================================================
60 --- trunk/baselayout-prefix/src/core/misc.c 2011-03-31 18:24:13 UTC (rev 1702)
61 +++ trunk/baselayout-prefix/src/core/misc.c 2011-03-31 18:45:54 UTC (rev 1703)
62 @@ -22,6 +22,7 @@
63 * $Header$
64 */
65
66 +#include <config.h>
67 #include <errno.h>
68 #include <string.h>
69 #include <stdio.h>
70
71 Modified: trunk/baselayout-prefix/src/core/parse.c
72 ===================================================================
73 --- trunk/baselayout-prefix/src/core/parse.c 2011-03-31 18:24:13 UTC (rev 1702)
74 +++ trunk/baselayout-prefix/src/core/parse.c 2011-03-31 18:45:54 UTC (rev 1703)
75 @@ -22,6 +22,7 @@
76 * $Header$
77 */
78
79 +#include <config.h>
80 #include <errno.h>
81 #include <string.h>
82 #include <stddef.h>
83
84 Modified: trunk/baselayout-prefix/src/core/simple-regex.c
85 ===================================================================
86 --- trunk/baselayout-prefix/src/core/simple-regex.c 2011-03-31 18:24:13 UTC (rev 1702)
87 +++ trunk/baselayout-prefix/src/core/simple-regex.c 2011-03-31 18:45:54 UTC (rev 1703)
88 @@ -63,6 +63,7 @@
89 *
90 */
91
92 +#include <config.h>
93 #include <errno.h>
94 #include <stdio.h>
95 #include <stdlib.h>
96
97 Modified: trunk/baselayout-prefix/src/core/test-regex.c
98 ===================================================================
99 --- trunk/baselayout-prefix/src/core/test-regex.c 2011-03-31 18:24:13 UTC (rev 1702)
100 +++ trunk/baselayout-prefix/src/core/test-regex.c 2011-03-31 18:45:54 UTC (rev 1703)
101 @@ -22,6 +22,7 @@
102 * $Header$
103 */
104
105 +#include <config.h>
106 #include <errno.h>
107 #include <stdio.h>
108 #include <stdlib.h>
109
110 Modified: trunk/baselayout-prefix/src/filefuncs/filefuncs.c
111 ===================================================================
112 --- trunk/baselayout-prefix/src/filefuncs/filefuncs.c 2011-03-31 18:24:13 UTC (rev 1702)
113 +++ trunk/baselayout-prefix/src/filefuncs/filefuncs.c 2011-03-31 18:45:54 UTC (rev 1703)
114 @@ -41,6 +41,7 @@
115 *
116 */
117
118 +#include <config.h>
119 #include "awk.h"
120
121 #include <unistd.h>
122
123 Modified: trunk/baselayout-prefix/src/runscript.c
124 ===================================================================
125 --- trunk/baselayout-prefix/src/runscript.c 2011-03-31 18:24:13 UTC (rev 1702)
126 +++ trunk/baselayout-prefix/src/runscript.c 2011-03-31 18:45:54 UTC (rev 1703)
127 @@ -6,6 +6,7 @@
128 * Distributed under the terms of the GNU General Public License v2
129 */
130
131 +#include <config.h>
132 #include <stdio.h>
133 #include <stdlib.h>
134 #include <unistd.h>
135
136 Modified: trunk/baselayout-prefix/src/start-stop-daemon.c
137 ===================================================================
138 --- trunk/baselayout-prefix/src/start-stop-daemon.c 2011-03-31 18:24:13 UTC (rev 1702)
139 +++ trunk/baselayout-prefix/src/start-stop-daemon.c 2011-03-31 18:45:54 UTC (rev 1703)
140 @@ -30,6 +30,7 @@
141 *
142 */
143
144 +#include <config.h>
145 #undef VERSION
146 #define VERSION "1.13.11+gentoo"