| Index: gdb/solib-osf.c
|
| diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c
|
| index e2bb38d6185da8b77b766dc9bb529163ef73893b..df0bf1bd8283c5748183382575b9bb1b34e611fc 100644
|
| --- a/gdb/solib-osf.c
|
| +++ b/gdb/solib-osf.c
|
| @@ -1,7 +1,6 @@
|
| /* Handle OSF/1, Digital UNIX, and Tru64 shared libraries
|
| for GDB, the GNU Debugger.
|
| - Copyright (C) 1993-1996, 1998-2001, 2007-2012 Free Software
|
| - Foundation, Inc.
|
| + Copyright (C) 1993-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -45,7 +44,7 @@
|
|
|
| #include <sys/types.h>
|
| #include <signal.h>
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "bfd.h"
|
| #include "symtab.h"
|
|
|