HomeFreeBSD

Don't let the Nethack ports declare srandom() themselves.

Description

Don't let the Nethack ports declare srandom() themselves.

As the prototype of srandom() has changed, be sure to no longer declare
the prototype of this function ourselves. Instead, simply pull in the
<stdlib.h> header that declares this function.

Reported by: antoine@
Reviewed by: glewis@
Differential Revision: https://reviews.freebsd.org/D7378

Details

Provenance
edAuthored on
Differential Revision
D7378: Don't let the Nethack ports declare srandom() themselves.
Parents
rP419351: Update devel/elixir-exprotobuf to version 1.1.0.
Branches
Unknown
Tags
Unknown