]> Git Repo - J-u-boot.git/commit
tools/proftool: remove REG_NOERROR
authorAndreas Bießmann <[email protected]>
Tue, 2 Jul 2013 06:37:36 +0000 (08:37 +0200)
committerTom Rini <[email protected]>
Wed, 3 Jul 2013 13:35:37 +0000 (09:35 -0400)
commitd4125ebc8dae28e8ade858ba519bca7fbeb6ccae
tree48b31213b501abd0ee0a119221967838dd034732
parent1a260fe3efc1a42332480bb9aa6e6703af79f267
tools/proftool: remove REG_NOERROR

Remove non portable usage of REG_NOERROR.
BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU
regex(3) does not mention REG_NOERROR, just remove it.

Signed-off-by: Andreas Bießmann <[email protected]>
Acked-by: Jeroen Hofstee <[email protected]>
tools/proftool.c
This page took 0.034782 seconds and 4 git commands to generate.