Mercurial > hg > xemacs-beta
diff src/s/sol2-5.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 6b37e6ddd302 |
line wrap: on
line diff
--- a/src/s/sol2-5.h Mon Aug 13 08:45:53 2007 +0200 +++ b/src/s/sol2-5.h Mon Aug 13 08:46:35 2007 +0200 @@ -27,7 +27,7 @@ files. */ int getpagesize (void); long random (void); -int srandom (unsigned int seed); +void srandom (unsigned int seed); #endif /* NOT_C_CODE */ /* 2.5 now has random back in libc but we don't want to use it. */