Re: [U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR

2013-07-03 Thread Simon Glass
On Tue, Jul 2, 2013 at 3:37 PM, Andreas Bießmann < andreas.de...@googlemail.com> wrote: > Remove non portable usage of REG_NOERROR. > BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU > regex(3) do mention REG_NOERROR, just remove it. > > Signed-off-by: Andreas Bießmann >

Re: [U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR

2013-07-02 Thread Jeroen Hofstee
Hello Andreas, On 07/02/2013 08:37 AM, Andreas Bießmann wrote: Remove non portable usage of REG_NOERROR. BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU regex(3) do mention REG_NOERROR, just remove it. ^ does _not_ Perhaps Tom can amend it while applying