| Index: gdb/i386nbsd-tdep.c
|
| diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c
|
| index 2eb5553cdcbafcc97e3edeb5d498aaffa51fa5a5..5acc521eea13f945c2f6796646dcf130a59c8ea4 100644
|
| --- a/gdb/i386nbsd-tdep.c
|
| +++ b/gdb/i386nbsd-tdep.c
|
| @@ -1,7 +1,6 @@
|
| /* Target-dependent code for NetBSD/i386.
|
|
|
| - Copyright (C) 1988-1989, 1991-1992, 1994, 1996, 2000-2004, 2007-2012
|
| - Free Software Foundation, Inc.
|
| + Copyright (C) 1988-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -30,7 +29,7 @@
|
| #include "tramp-frame.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "i386-tdep.h"
|
| #include "i387-tdep.h"
|
|
|