mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
More cleanups...several ports are major redundancies of other ports
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "port-protos.h"
|
||||
|
||||
void
|
||||
srandom(int seed)
|
||||
srandom(unsigned int seed)
|
||||
{
|
||||
srand48((long int) seed);
|
||||
}
|
||||
|
Reference in New Issue
Block a user