X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fproc-why.c;h=43790348fe71d8d8bf4f607e04be2aa9a2e23d5f;hb=73e6209faecc21516a981ed86a27b259f506098c;hp=f7a4f0b43c2cb274b96c3b9b5a3a218bfde86dc3;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-why.c b/gdb/proc-why.c index f7a4f0b43c..43790348fe 100644 --- a/gdb/proc-why.c +++ b/gdb/proc-why.c @@ -1,7 +1,6 @@ /* Machine-independent support for SVR4 /proc (process file system) - Copyright (C) 1999, 2000, 2004, 2007, 2008, 2009, 2010, 2011 - 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. @@ -25,7 +24,6 @@ #define _STRUCTURED_PROC 1 #endif -#include #include #include @@ -75,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)