commit | d4125ebc8dae28e8ade858ba519bca7fbeb6ccae | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Tue Jul 02 08:37:36 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Jul 03 09:35:37 2013 -0400 |
tree | 48b31213b501abd0ee0a119221967838dd034732 | |
parent | 1a260fe3efc1a42332480bb9aa6e6703af79f267 [diff] |
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 <andreas.devel@googlemail.com> Acked-by: Jeroen Hofstee <jeroen@myspectrum.nl>