X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fproc-why.c;h=43790348fe71d8d8bf4f607e04be2aa9a2e23d5f;hb=b8162e5ac9e052b2a88912b729081600972e854c;hp=ef80891bec60dc0f7931bd67f0570cf88ad9988d;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-why.c b/gdb/proc-why.c index ef80891bec..43790348fe 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -1,13 +1,13 @@ /* Machine-independent support for SVR4 /proc (process file system) - Copyright (C) 1999, 2000, 2004 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -16,9 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include "defs.h" @@ -26,7 +24,6 @@ #define _STRUCTURED_PROC 1 #endif -#include #include #include @@ -76,7 +73,7 @@ static struct trans pr_why_table[] = { PR_FAULTED, "PR_FAULTED", "Incurred a traced hardware fault" }, #endif #if defined (PR_SUSPENDED) - /* Solaris and UnixWare. */ + /* Solaris only. */ { PR_SUSPENDED, "PR_SUSPENDED", "Process suspended" }, #endif #if defined (PR_CHECKPOINT)