X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fproc-api.c;h=19732a74823293736f726c6fe366b221154d0669;hb=33fbcbee30e6565db27a4c5076ff61c9fc8e0744;hp=268db8196241c4cf904bb83e8bb9786e76ddc385;hpb=9b254dd1ce46c19dde1dde5b8d1e22e862dfacce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/proc-api.c b/gdb/proc-api.c index 268db81962..19732a7482 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -1,7 +1,7 @@ /* Machine independent support for SVR4 /proc (process file system) for GDB. - Copyright (C) 1999, 2000, 2001, 2003, 2005, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1999-2001, 2003, 2005, 2007-2012 Free Software + Foundation, Inc. Written by Michael Snyder at Cygnus Solutions. Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others. @@ -44,7 +44,7 @@ #ifdef HAVE_SYS_USER_H #include /* for struct user */ #endif -#include /* for O_RDWR etc. */ +#include /* for O_RDWR etc. */ #include "gdb_wait.h" #include "proc-utils.h" @@ -52,7 +52,7 @@ /* Much of the information used in the /proc interface, particularly for printing status information, is kept as tables of structures of the following form. These tables can be used to map numeric values to - their symbolic names and to a string that describes their specific use. */ + their symbolic names and to a string that describes their specific use. */ struct trans { long value; /* The numeric value */