summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gprof/gprof.c')
-rw-r--r--usr.bin/gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c
index 1ddc4f1..cfb9fab 100644
--- a/usr.bin/gprof/gprof.c
+++ b/usr.bin/gprof/gprof.c
@@ -417,7 +417,7 @@ void
readsamples(pfile)
FILE *pfile;
{
- register i;
+ int i;
intmax_t sample;
if (samples == 0) {
OpenPOWER on IntegriCloud