X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fproc-why.c;h=15af16cb171259e743890d53eda0aaaab708a938;hb=bd5e6e7e3a8be60699e596633cd828d3446e75ee;hp=958eeb4aa7d5d925d56c984dac952d429c2f1fb2;hpb=0fda6bd286fe931a998c4d5322ad12a4ed610f87;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-why.c b/gdb/proc-why.c index 958eeb4aa7..15af16cb17 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -1,5 +1,5 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright 1999 Free Software Foundation, Inc. + Copyright 1999, 2000 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. @@ -105,11 +105,8 @@ static struct trans pr_why_table[] = }; void -proc_prettyfprint_why (file, why, what, verbose) - FILE *file; - unsigned long why; - unsigned long what; - int verbose; +proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, + int verbose) { int i; @@ -172,10 +169,7 @@ proc_prettyfprint_why (file, why, what, verbose) } void -proc_prettyprint_why (why, what, verbose) - unsigned long why; - unsigned long what; - int verbose; +proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) { proc_prettyfprint_why (stdout, why, what, verbose); }