Rename prn to prng.

Rename prn to prng so that Windows doesn't choke when trying to create
a file named prn.h.
This commit is contained in:
Jason Evans 2012-03-02 15:59:45 -08:00
parent 62320b8551
commit 84f7cdb0c5
6 changed files with 16 additions and 16 deletions

View file

@ -1170,7 +1170,7 @@ prof_tdata_init(void)
return (NULL);
}
prof_tdata->prn_state = 0;
prof_tdata->prng_state = 0;
prof_tdata->threshold = 0;
prof_tdata->accum = 0;