From 54e3971c38cb402757c185f3dd7ca3c3b8114630 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 7 Mar 2003 12:05:48 +0000 Subject: Patch from Stefan Allius: fix a couple of gcc 3.3 compiler warnings in gmon.c --- include/sys/gmon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sys/gmon.h b/include/sys/gmon.h index c02f8316d..f29b410d3 100644 --- a/include/sys/gmon.h +++ b/include/sys/gmon.h @@ -162,7 +162,7 @@ struct gmonparam { u_long fromssize; struct tostruct *tos; u_long tossize; - long tolimit; + ARCINDEX tolimit; u_long lowpc; u_long highpc; u_long textsize; -- cgit v1.2.3