generic-poky/meta/recipes-devtools/insserv/files
Khem Raj b23855fd0b insserv: Fix build with gcc5 and clang
Kill 2 bugs with one patch

| insserv.c:997:5: note: each undeclared identifier is reported only
once for each function it appears in
| insserv.c:997:15: error: expected ';' before 'char'
|      extension char buf[strlen(myname)+2+strlen(fmt)+1];
|                ^
| insserv.c: In function 'main':
| insserv.c:2379:5: error: 'extension' undeclared (first use in this
function)
|      extension char * argr[argc];
|      ^
| insserv.c:2379:15: error: expected ';' before 'char'
|      extension char * argr[argc];
|                ^
| insserv.c:2401:2: error: 'argr' undeclared (first use in this
function)
|   argr[c] = (char*)0;
|   ^

Change-Id: I36b7fb9e8baeda5a7cc252da10c0527401248226
(From OE-Core rev: c0f074714e34145dd6cdac6df5c325fdce649f01)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-04-27 14:59:50 +01:00
..
161_bts777914_fix_undeclared_identifier.patch insserv: Fix build with gcc5 and clang 2015-04-27 14:59:50 +01:00
disable_runtests.patch recipes: add Upstream-Status to various recipe patches 2011-05-18 14:32:46 +01:00
insserv.conf packages: Separate out most of the remaining packages into recipes 2010-09-01 19:09:57 +01:00
makefile.patch recipes: add Upstream-Status to various recipe patches 2011-05-18 14:32:46 +01:00
run-ptest run-ptest: fix bashism 2014-08-28 15:12:44 +01:00