K 10 svn:author V 2 ed K 8 svn:date V 27 2016-07-31T09:41:12.255996Z K 7 svn:log V 349 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 header that declares this function. Reported by: antoine@ Reviewed by: glewis@ Differential Revision: https://reviews.freebsd.org/D7378 END