Page MenuHomeFreeBSD

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

Authored by ed on Jul 31 2016, 7:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 1 2024, 1:09 PM
Unknown Object (File)
Jan 1 2024, 1:09 PM
Unknown Object (File)
Jan 1 2024, 1:09 PM
Unknown Object (File)
Dec 29 2023, 8:22 AM
Unknown Object (File)
Dec 20 2023, 2:57 AM
Unknown Object (File)
Nov 7 2023, 8:10 PM
Unknown Object (File)
Nov 6 2023, 3:34 AM
Unknown Object (File)
Oct 29 2023, 11:38 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Don't let the Nethack ports declare srandom() themselves..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added reviewers: antoine, bapt.

glewis@, maintainer of nethack34/nethack36 approved the change. Will commit this change in a bit.

This revision was automatically updated to reflect the committed changes.