diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-17 20:33:30 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-17 20:33:30 +0000 |
commit | a85e98d4f44d87ee2e99ab2ef1e200f81272b671 (patch) | |
tree | 418a7abf19738dd61239f29cb86c20874d251ebd /gnu/usr.bin/ld/m88k | |
parent | e89b614845645f8b3be4cd441f1c21ea5ed1aa64 (diff) |
un-__P the code. fgs says "looks ok."
Diffstat (limited to 'gnu/usr.bin/ld/m88k')
-rw-r--r-- | gnu/usr.bin/ld/m88k/md.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/ld/m88k/md.h b/gnu/usr.bin/ld/m88k/md.h index bf59628f562..f997e55ebd1 100644 --- a/gnu/usr.bin/ld/m88k/md.h +++ b/gnu/usr.bin/ld/m88k/md.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: md.h,v 1.5 2002/07/15 21:05:57 marc Exp $*/ +/* * $OpenBSD: md.h,v 1.6 2002/07/17 20:33:29 marc Exp $*/ /* * - m88k dependent definitions */ @@ -187,11 +187,11 @@ struct r_relocation_info_m88k { /* Define IO byte swapping routines */ -void md_swapin_exec_hdr __P((struct exec *)); -void md_swapout_exec_hdr __P((struct exec *)); -void md_swapin_reloc __P((struct relocation_info *, int)); -void md_swapout_reloc __P((struct relocation_info *, int)); -void md_swapout_jmpslot __P((jmpslot_t *, int)); +void md_swapin_exec_hdr(struct exec *); +void md_swapout_exec_hdr(struct exec *); +void md_swapin_reloc(struct relocation_info *, int); +void md_swapout_reloc(struct relocation_info *, int); +void md_swapout_jmpslot(jmpslot_t *, int); #define md_swapin_symbols(s,n) swap_symbols(s,n) #define md_swapout_symbols(s,n) swap_symbols(s,n) |