From 5ae5f592883d573d830841e3ee19d8ee37c3e9d8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 11 Jul 2002 13:50:50 +0000 Subject: Fix some K&R isms. --- gdb/procfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/procfs.c') diff --git a/gdb/procfs.c b/gdb/procfs.c index 55e0496..7688899 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -5431,8 +5431,7 @@ proc_find_memory_regions (int (*func) (CORE_ADDR, */ static char * -mappingflags (flags) - long flags; +mappingflags (long flags) { static char asciiflags[8]; -- cgit v1.1