*** empty log message ***
[binutils-gdb.git] / gdb / proc-why.c
index 958eeb4aa7d5d925d56c984dac952d429c2f1fb2..15af16cb171259e743890d53eda0aaaab708a938 100644 (file)
@@ -1,5 +1,5 @@
 /* Machine independent support for SVR4 /proc (process file system) for GDB.
 /* 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.
 
    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
 };
 
 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;
 
 {
   int i;
 
@@ -172,10 +169,7 @@ proc_prettyfprint_why (file, why, what, verbose)
 }
 
 void
 }
 
 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);
 }
 {
   proc_prettyfprint_why (stdout, why, what, verbose);
 }