diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-04-25 06:53:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-04-25 06:53:41 +0000 |
commit | d5d5c5d43f3812cd4e9880a5a2a56b254f362eb4 (patch) | |
tree | 88dcd61a8493ea7a13ef6c2de242266b7b7296ff /gnu/usr.bin | |
parent | 98a8d7f0fe92b5b0ce238649f24a3f6607eeffcd (diff) |
type errors
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/ld/ld.h | 6 |
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 |