aboutsummaryrefslogtreecommitdiff
path: root/bfd/newsos3.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-29 02:44:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-29 02:44:10 +0000
commit359f1dee91d2933b8b138fe41defd1e0997ca0c7 (patch)
treea0e51865d66466ad807ea4edcb6447815eb99e77 /bfd/newsos3.c
parent8c1891af6568e92c76795c2cd9eb63f4bb911a7b (diff)
downloadgdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.zip
gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.gz
gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.bz2
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
Diffstat (limited to 'bfd/newsos3.c')
-rw-r--r--bfd/newsos3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/newsos3.c b/bfd/newsos3.c
index b509792..a14a91c 100644
--- a/bfd/newsos3.c
+++ b/bfd/newsos3.c
@@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "aout64.h"
#include "stab.gnu.h"
#include "ar.h"
-#include "liba.out.h" /* BFD a.out internal data structures */
+#include "libaout.h" /* BFD a.out internal data structures */
int vfprintf(file, format, args) /* Temporary crock! */
FILE *file; char *format; char *args;