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)
Sat, Nov 30, 6:56 PM
Unknown Object (File)
Mon, Nov 25, 6:59 AM
Unknown Object (File)
Sun, Nov 24, 10:10 PM
Unknown Object (File)
Sun, Nov 24, 3:57 PM
Unknown Object (File)
Sat, Nov 23, 6:09 AM
Unknown Object (File)
Thu, Nov 21, 7:16 PM
Unknown Object (File)
Thu, Nov 21, 3:51 PM
Unknown Object (File)
Nov 20 2024, 12:45 PM
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.