From a14ed312fd86dd2c862847230931451da2e49942 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/hppah-nat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/hppah-nat.c') diff --git a/gdb/hppah-nat.c b/gdb/hppah-nat.c index 67e507c..30e7ab9 100644 --- a/gdb/hppah-nat.c +++ b/gdb/hppah-nat.c @@ -33,7 +33,7 @@ extern CORE_ADDR text_end; -static void fetch_register PARAMS ((int)); +static void fetch_register (int); void fetch_inferior_registers (regno) @@ -492,7 +492,7 @@ startup_semaphore_t; static startup_semaphore_t startup_semaphore; -extern int parent_attach_all PARAMS ((int, PTRACE_ARG3_TYPE, int)); +extern int parent_attach_all (int, PTRACE_ARG3_TYPE, int); #ifdef PT_SETTRC /* This function causes the caller's process to be traced by its -- cgit v1.1