From d8a821c355d46341b63e7349a1fae44ce8dd61ee Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 25 Mar 2006 19:06:37 +0000 Subject: add missing prototypes all over the place, u_long -> unsigned long (userland code). okay kettenis@, comments by ray@ --- usr.bin/gprof/vax.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin/gprof/vax.h') diff --git a/usr.bin/gprof/vax.h b/usr.bin/gprof/vax.h index d116d96ca70..0f7495f0771 100644 --- a/usr.bin/gprof/vax.h +++ b/usr.bin/gprof/vax.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vax.h,v 1.3 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: vax.h,v 1.4 2006/03/25 19:06:36 espie Exp $ */ /* $NetBSD: vax.h,v 1.4 1995/04/19 07:16:31 cgd Exp $ */ /* @@ -62,3 +62,7 @@ struct modebyte { unsigned int modefield:4; }; +unsigned long reladdr(struct modebyte *); +long operandlength(struct modebyte *); +operandenum operandmode(struct modebyte *); +char *operandname(operandenum); -- cgit v1.2.3