summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-10-16 21:02:49 +0000
committerBruce Evans <bde@FreeBSD.org>1996-10-16 21:02:49 +0000
commitdb6a4b8826b4744b830de97a63eec40b2db0f30b (patch)
treed977840a4ff24c07b3e1220c9847c5457e8a8c38
parent717fb679ee82ef0682273da87d928f12a81599af (diff)
Notes
-rw-r--r--usr.bin/gprof/gprof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index afe435745caf..27808d2325da 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -82,7 +82,7 @@ typedef int bool;
long hz;
#ifdef GPROF4
-typedef unsigned int UNIT;
+typedef int32_t UNIT;
#else
typedef u_short UNIT; /* unit of profiling */
#endif