1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

There is no more 'port-protos.h', so don't try to include it

From: Frank Ridderbusch <ridderbusch.pad@sni.de>
This commit is contained in:
Marc G. Fournier
1998-02-24 03:45:10 +00:00
parent 88aa07c4e3
commit e479802747
4 changed files with 3 additions and 40 deletions

View File

@@ -1,10 +1,9 @@
/* $Id: srandom.c,v 1.3 1997/12/19 13:34:31 scrappy Exp $ */
/* $Id: srandom.c,v 1.4 1998/02/24 03:45:07 scrappy Exp $ */
#include <math.h> /* for pow() prototype */
#include <errno.h>
#include "rusagestub.h"
#include "port-protos.h"
void
srandom(unsigned int seed)