perf_counter tools: Replace isprint() with issane()
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Mon, 15 Jun 2009 18:11:41 +0000 (20:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 17 Jun 2009 17:23:53 +0000 (19:23 +0200)
commit5aa75a0fd4bc6402899e06fdb853cab024d65055
tree939b667529badf20fe88720fb9aea3a1ce17215c
parent60f916dee612130c9977a8edd4abee98334202ba
perf_counter tools: Replace isprint() with issane()

The Git utils came with a ctype replacement that doesn't provide
isprint(). Add a replacement.

Solves a build bug on certain distros.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-report.c
tools/perf/util/util.h