From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Tue, 02 Jul 2013 20:19:54 +0200 Subject: [U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR In-Reply-To: <1372747057-85539-3-git-send-email-andreas.devel@googlemail.com> References: <1372747057-85539-1-git-send-email-andreas.devel@googlemail.com> <1372747057-85539-3-git-send-email-andreas.devel@googlemail.com> Message-ID: <51D319CA.1020504@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Anyway .. Acked-by: Jeroen Hofstee And compile tested on FreeBSD (the 3 of them). Regards, Jeroen