diff options
Diffstat (limited to 'gnu/usr.bin/ld/i386/md-static-funcs.c')
-rw-r--r-- | gnu/usr.bin/ld/i386/md-static-funcs.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/ld/i386/md-static-funcs.c b/gnu/usr.bin/ld/i386/md-static-funcs.c index 28041323785..74f1fd73a83 100644 --- a/gnu/usr.bin/ld/i386/md-static-funcs.c +++ b/gnu/usr.bin/ld/i386/md-static-funcs.c @@ -1,4 +1,4 @@ -/* * $OpenBSD: md-static-funcs.c,v 1.3 2002/07/15 21:05:57 marc Exp $*/ +/* * $OpenBSD: md-static-funcs.c,v 1.4 2002/07/19 19:28:12 marc Exp $*/ /* * * Called by ld.so when onanating. @@ -6,10 +6,7 @@ */ static void -md_relocate_simple(r, relocation, addr) -struct relocation_info *r; -long relocation; -char *addr; +md_relocate_simple(struct relocation_info *r, long relocation, char *addr) { if (r->r_relative) *(long *)addr += relocation; |