Fixed missing installation of a link to rand_r.3.

This commit is contained in:
Bruce Evans 1999-12-23 16:00:50 +00:00
parent dea750ae4c
commit fb59427e5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55032

View file

@ -30,7 +30,7 @@ MAN3+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
MLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3
MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
MLINKS+=rand.3 srand.3
MLINKS+=rand.3 rand_r.3 rand.3 srand.3
MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
random.3 srandomdev.3
MLINKS+=strtol.3 strtoq.3