1
0
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:
Marc G. Fournier
1997-12-19 02:46:25 +00:00
parent 3ad815fc2a
commit 3aae0f5300
12 changed files with 19 additions and 377 deletions

View File

@@ -5,7 +5,7 @@
#include "port-protos.h"
void
srandom(int seed)
srandom(unsigned int seed)
{
srand48((long int) seed);
}