diff options
Diffstat (limited to 'bfd/m68klynx.c')
-rw-r--r-- | bfd/m68klynx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/m68klynx.c b/bfd/m68klynx.c index 4261b11885c..00571ca71f6 100644 --- a/bfd/m68klynx.c +++ b/bfd/m68klynx.c @@ -1,5 +1,5 @@ /* BFD back-end for m68k binaries under LynxOS. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001 + Copyright 1990, 1991, 1992, 1993, 1994, 1995, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -45,7 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ char *lynx_core_file_failing_command(); int lynx_core_file_failing_signal(); -boolean lynx_core_file_matches_executable_p(); +bfd_boolean lynx_core_file_matches_executable_p(); const bfd_target *lynx_core_file_p(); #define MY_core_file_failing_command lynx_core_file_failing_command |