summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-05-10 16:18:34 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-05-10 16:18:34 +0000
commit4b5deb0f770235920cbdb04b47fdcbdf2d88df6c (patch)
treeeaabf6ca9a6bfc41cd047eb830a99ebfcc907cce /gnu
parentd077e4952475b4d4eb95c5c1298b066e30faa111 (diff)
add needed declaration of struct ranlib tag to keep cross-endian tools
gcc-happy.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/ld/ld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 615be36d3f7..d5e6efabd1d 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.h,v 1.3 1998/04/25 06:53:40 niklas Exp $ */
+/* $OpenBSD: ld.h,v 1.4 1999/05/10 16:18:33 espie Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
@@ -703,6 +703,7 @@ void md_swapout_jmpslot __P((jmpslot_t *, int));
void swap_longs __P((long *, int));
void swap_symbols __P((struct nlist *, int));
void swap_zsymbols __P((struct nzlist *, int));
+struct ranlib; /* keep pedantic ISO compilers happy */
void swap_ranlib_hdr __P((struct ranlib *, int));
void swap__dynamic __P((struct _dynamic *));
void swap_section_dispatch_table __P((struct section_dispatch_table *));