Bugzilla – Bug 113
spurious preprocessor token #else !HAVE_SRANDOMDEV in random.c
Last modified: 2008-08-17 11:33:32 MDT
The Tru64 UNIX vendor compiler warns that the !HAVE_SRANDOMDEV token is spurious on line 73 of random.c. It's right, the trivial patch is attached.
Created attachment 21 [details] comment out the spurious !HAVE_SRANDOMDEV in random.c