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/ns32k | |
parent | e89b614845645f8b3be4cd441f1c21ea5ed1aa64 (diff) |
un-__P the code. fgs says "looks ok."
Diffstat (limited to 'gnu/usr.bin/ld/ns32k')
-rw-r--r-- | gnu/usr.bin/ld/ns32k/md.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/ld/ns32k/md.h b/gnu/usr.bin/ld/ns32k/md.h index 408f98ae5d7..5f50873669e 100644 --- a/gnu/usr.bin/ld/ns32k/md.h +++ b/gnu/usr.bin/ld/ns32k/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 $ */ /* $NetBSD: md.h,v 1.3 1996/02/22 00:20:06 pk Exp $ */ /* @@ -100,11 +100,11 @@ typedef struct jmpslot { /* 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) |