]> www.infradead.org Git - mtd-utils.git/commit
include/common.h: fix build against current uClibc
authorBaruch Siach <baruch@tkos.co.il>
Sun, 13 Apr 2014 12:26:46 +0000 (15:26 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 15 Apr 2014 12:55:24 +0000 (15:55 +0300)
commit50c9e11f7ec21dfa17fd252426367333056ba7a5
tree87bb87ddc8005759a8d9f988b5bef9080d3bbef9
parent12158de7b14b8a05cfaab6c0b9e8bed52e50c8a9
include/common.h: fix build against current uClibc

Commit dbe0fd17f2 (mtd-utils: new prompt() helper for talking to the user)
introduced a rpmatch() call. However, uClibc versions older than (not yet
released) 0.9.34 don't have rpmatch() implementation. Add one.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
include/common.h