diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-07 12:05:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-07 12:05:48 +0000 |
commit | 54e3971c38cb402757c185f3dd7ca3c3b8114630 (patch) | |
tree | e90cb4057fdf78c33a0381b21ed9ba2874ae514c /include/sys/gmon.h | |
parent | dd4f0f80a2240acaba73caa32ee4fd906e6c5264 (diff) |
Patch from Stefan Allius:
fix a couple of gcc 3.3 compiler warnings in gmon.c
Diffstat (limited to 'include/sys/gmon.h')
-rw-r--r-- | include/sys/gmon.h | 2 |
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; |