Fix "incompatible types in return" gcc error.
authorAlan Modra <amodra@gmail.com>
Mon, 1 May 2000 05:02:57 +0000 (05:02 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 1 May 2000 05:02:57 +0000 (05:02 +0000)
bfd/ChangeLog
bfd/vms.c

index 97892a52b9712e4f076e23ccdba5b673b5036446..4cf7bde3b62831a9e8983c430993e3b7ce1c9256 100644 (file)
@@ -1,6 +1,7 @@
 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
 
        * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
+       * vms.c (vms_openr_next_archived_file): Return NULL.
 
 Fri Apr 28 21:34:44 2000  Clinton Popetz  <cpopetz@cygnus.com>
 
index f0ea63ff92d30630de0792c4035075cd642cd259..5f91ba4203755d267536842d03eeaedbd9bed45e 100644 (file)
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -1,6 +1,6 @@
 /* vms.c -- BFD back-end for VAX (openVMS/VAX) and
    EVAX (openVMS/Alpha) files.
-   Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
 
    Written by Klaus K"ampf (kkaempf@rmi.de)
 
@@ -1045,7 +1045,7 @@ vms_openr_next_archived_file (arch, prev)
 #if VMS_DEBUG
   vms_debug (1, "vms_openr_next_archived_file(%p, %p)\n", arch, prev);
 #endif
-  return false;
+  return NULL;
 }
 
 
This page took 0.029977 seconds and 4 git commands to generate.