summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-07 12:05:48 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-07 12:05:48 +0000
commit54e3971c38cb402757c185f3dd7ca3c3b8114630 (patch)
treee90cb4057fdf78c33a0381b21ed9ba2874ae514c /include
parentdd4f0f80a2240acaba73caa32ee4fd906e6c5264 (diff)
Patch from Stefan Allius:
fix a couple of gcc 3.3 compiler warnings in gmon.c
Diffstat (limited to 'include')
-rw-r--r--include/sys/gmon.h2
1 files changed, 1 insertions, 1 deletions
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;