| Index: gdb/proc-api.c
|
| diff --git a/gdb/proc-api.c b/gdb/proc-api.c
|
| index 876d08c246d833e32bd6e8b61fe7e91342163ff8..249aca1329471edca458b9203b1d161e465f03d4 100644
|
| --- a/gdb/proc-api.c
|
| +++ b/gdb/proc-api.c
|
| @@ -1,7 +1,6 @@
|
| /* Machine independent support for SVR4 /proc (process file system) for GDB.
|
|
|
| - Copyright (C) 1999-2001, 2003, 2005, 2007-2012 Free Software
|
| - Foundation, Inc.
|
| + Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
|
|
| Written by Michael Snyder at Cygnus Solutions.
|
| Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
|
| @@ -161,7 +160,7 @@ static struct trans ioctl_table[] = {
|
| { PIOCLDT, "PIOCLDT", "get LDT" },
|
| { PIOCNLDT, "PIOCNLDT", "get number of LDT entries" },
|
| #endif
|
| -#ifdef PIOCLSTATUS /* solaris and unixware */
|
| +#ifdef PIOCLSTATUS /* solaris */
|
| { PIOCLSTATUS, "PIOCLSTATUS", "get status of all lwps" },
|
| { PIOCLUSAGE, "PIOCLUSAGE", "get resource usage of all lwps" },
|
| { PIOCOPENLWP, "PIOCOPENLWP", "get lwp file descriptor" },
|
| @@ -410,9 +409,6 @@ static struct trans rw_table[] = {
|
| { PCREAD, "PCREAD", "read from the address space" },
|
| { PCWRITE, "PCWRITE", "write to the address space" },
|
| #endif
|
| -#ifdef PCRESET /* unixware */
|
| - { PCRESET, "PCRESET", "unset modes" },
|
| -#endif
|
| { PCRUN, "PCRUN", "make process/lwp runnable" },
|
| #ifdef PCSASRS /* solaris 2.7 only */
|
| { PCSASRS, "PCSASRS", "set ancillary state registers" },
|
|
|