random_state_of_last_resort: use getpid directly, instead of scm_getpid
authorMark H Weaver <mhw@netris.org>
Mon, 25 Feb 2013 18:38:55 +0000 (13:38 -0500)
committerMark H Weaver <mhw@netris.org>
Mon, 25 Feb 2013 18:53:49 +0000 (13:53 -0500)
commit587f4edd3947880fb0235f84cc18b62f133a9255
tree38b6dc9bf9ab72dccff57b227b7f8f8bfd0e4d47
parent3ec19a7884ba789a9b4f91f61415aa4b84642690
random_state_of_last_resort: use getpid directly, instead of scm_getpid

* libguile/random.c: Include <sys/types.h> and <unistd.h> (if present).
  (random_state_of_last_resort): Use getpid directly.
libguile/random.c