| Index: gdb/i386obsd-tdep.c
|
| diff --git a/gdb/i386obsd-tdep.c b/gdb/i386obsd-tdep.c
|
| index 9005304c334ea20345b10439f19731e2f58ed62b..d4f7f76505fe45e7996e417a7fa22b1c0507db48 100644
|
| --- a/gdb/i386obsd-tdep.c
|
| +++ b/gdb/i386obsd-tdep.c
|
| @@ -1,7 +1,6 @@
|
| /* Target-dependent code for OpenBSD/i386.
|
|
|
| - Copyright (C) 1988-1989, 1991-1992, 1994, 1996, 2000-2012 Free
|
| - Software Foundation, Inc.
|
| + Copyright (C) 1988-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -32,7 +31,7 @@
|
| #include "trad-frame.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "i386-tdep.h"
|
| #include "i387-tdep.h"
|
|
|