From: Bart House Date: Tue, 20 Nov 2018 18:26:09 +0000 (-0800) Subject: Fix lrand48 and srand48 declarations. X-Git-Tag: nmake-explicit-path~152^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8799f05904165d5ae730ad5da50def806b661634;p=nethack Fix lrand48 and srand48 declarations. --- diff --git a/include/system.h b/include/system.h index a3eb984cb..f0b53fe3c 100644 --- a/include/system.h +++ b/include/system.h @@ -91,8 +91,8 @@ E int FDECL(srandom, (unsigned int)); #endif #endif #else -E long lrand48(); -E void srand48(); +E long NDECL(lrand48); +E void FDECL(srand48, (long)); #endif /* BSD || ULTRIX || RANDOM */ #if !defined(BSD) || defined(ultrix)