s/value_ptr/struct value */
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 0e584e9fc5d37dca22e7ada9d5f85814cea37c3c..fb020b1569543085b70dc90a1a7b7fd0feb4454a 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface GDB to the GNU Hurd.
-   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000
+   Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001
    Free Software Foundation, Inc.
 
    This file is part of GDB.
@@ -2957,14 +2957,14 @@ static void
 info_port_rights (char *args, mach_port_type_t only)
 {
   struct inf *inf = active_inf ();
-  value_ptr vmark = value_mark ();
+  struct value *vmark = value_mark ();
 
   if (args)
     /* Explicit list of port rights.  */
     {
       while (*args)
        {
-         value_ptr val = parse_to_comma_and_eval (&args);
+         struct value *val = parse_to_comma_and_eval (&args);
          long right = value_as_long (val);
          error_t err =
          print_port_info (right, 0, inf->task->port, PORTINFO_DETAILS,
This page took 0.027924 seconds and 4 git commands to generate.