diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-12 23:15:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-12 23:15:20 +0000 |
| commit | 78ce21c1dfcbe7807f37679871930161a4431ea9 (patch) | |
| tree | 9d4ce42d357c391a11d77254b770908c02ecf672 /contrib/binutils/bfd/netbsd-core.c | |
| parent | 4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/bfd/netbsd-core.c')
| -rw-r--r-- | contrib/binutils/bfd/netbsd-core.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/binutils/bfd/netbsd-core.c b/contrib/binutils/bfd/netbsd-core.c index 41fab991b544..828c2a1ceb13 100644 --- a/contrib/binutils/bfd/netbsd-core.c +++ b/contrib/binutils/bfd/netbsd-core.c @@ -23,13 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "libbfd.h" #include "libaout.h" /* BFD a.out internal data structures */ -#include <stdio.h> -#include <sys/types.h> #include <sys/param.h> #include <sys/dir.h> #include <signal.h> #include <sys/core.h> -#include <errno.h> /* * FIXME: On NetBSD/sparc CORE_FPU_OFFSET should be (sizeof(struct trapframe)) @@ -250,5 +247,7 @@ const bfd_target netbsd_core_vec = BFD_JUMP_TABLE_LINK (_bfd_nolink), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 /* backend_data */ }; |
