summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1998-04-25 06:53:40 +0000
committerniklas <niklas@openbsd.org>1998-04-25 06:53:40 +0000
commit15041db50e1d75a2c08c00fe8e92a07a88be1943 (patch)
tree7214b6775f371518c84da77fbee2f98ea9641009
parentImproved cross-compilability (from non-a.out host) (diff)
downloadwireguard-openbsd-15041db50e1d75a2c08c00fe8e92a07a88be1943.tar.xz
wireguard-openbsd-15041db50e1d75a2c08c00fe8e92a07a88be1943.zip
type errors
-rw-r--r--gnu/usr.bin/ld/ld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index e973f5e75e3..615be36d3f7 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ld.h,v 1.2 1996/03/30 15:30:02 niklas Exp $ */
+/* $OpenBSD: ld.h,v 1.3 1998/04/25 06:53:40 niklas Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
@@ -704,10 +704,10 @@ void swap_longs __P((long *, int));
void swap_symbols __P((struct nlist *, int));
void swap_zsymbols __P((struct nzlist *, int));
void swap_ranlib_hdr __P((struct ranlib *, int));
-void swap__dynamic __P((struct link_dynamic *));
+void swap__dynamic __P((struct _dynamic *));
void swap_section_dispatch_table __P((struct section_dispatch_table *));
void swap_so_debug __P((struct so_debug *));
void swapin_sod __P((struct sod *, int));
void swapout_sod __P((struct sod *, int));
-void swapout_fshash __P((struct fshash *, int));
+void swap_rrs_hash __P((struct rrs_hash *, int));
#endif