]> www.infradead.org Git - mtd-utils.git/commit
include/common.h: fix build against recent 0.9.33 uClibc
authorBaruch Siach <baruch@tkos.co.il>
Wed, 16 Apr 2014 04:52:48 +0000 (07:52 +0300)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 21 Apr 2014 16:41:34 +0000 (09:41 -0700)
commit5923077649ca167991a24ca05bd285fdf6fa1a06
tree321866a9c1527b5461d9e9aeccc1d2feac465627
parent7556c09cbac5c9d8a7a6d9c7c4bb736e2c472366
include/common.h: fix build against recent 0.9.33 uClibc

An implementation of rpmatch() was backported to the 0.9.33 branch of uClibc.
So the uClibc version check introduced in commit 50c9e11f7e (include/common.h:
fix build against current uClibc) is not enough. Rename the local rpmatch()
implementation to avoid collision.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
include/common.h