Re: [U-Boot] [PATCH] include/compiler.h: remove redunandt declaration of errno

2010-06-20 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201006192158.42049.vap...@gentoo.org> you wrote: > > On Saturday, June 19, 2010 20:20:33 y...@denx.de wrote: > > Commit 37566090 "compiler.h: unify system ifdef cruft here" added both > > a "#include " and a "extern int errno;" to include/compiler.h > > it isnt new

Re: [U-Boot] [PATCH] include/compiler.h: remove redunandt declaration of errno

2010-06-19 Thread Mike Frysinger
On Saturday, June 19, 2010 20:20:33 y...@denx.de wrote: > Commit 37566090 "compiler.h: unify system ifdef cruft here" added both > a "#include " and a "extern int errno;" to include/compiler.h it isnt new code, it sucked the definitions out of random files that had these and into one place > whi

[U-Boot] [PATCH] include/compiler.h: remove redunandt declaration of errno

2010-06-19 Thread y
From: Wolfgang Denk Commit 37566090 "compiler.h: unify system ifdef cruft here" added both a "#include " and a "extern int errno;" to include/compiler.h which is causing build warnings for some systems, for example for the "netstar" board: In file included from /home/wd/git/u-boot/work/l