* sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Sep 2012 01:13:50 +0000 (18:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Sep 2012 01:13:50 +0000 (18:13 -0700)
commit3363421789fd8fdbe88ad48872e01bae957d9d4f
tree3f02ffb06b537984936dbdf957d4b800b87229bc
parent0e23ef9ddeefadcba94824c09e412c961de283e7
* sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48.

This fixes a bug on old systems that do not have the 'random' function.
src/sysdep.c