Skip to content

Commit e479802

Browse files
committed
There is no more 'port-protos.h', so don't try to include it
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
1 parent 88aa07c commit e479802

File tree

4 files changed

+3
-40
lines changed

4 files changed

+3
-40
lines changed

src/backend/port/getrusage.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/* $Id: getrusage.c,v 1.5 1998/02/11 19:10:57 momjian Exp $ */
1+
/* $Id: getrusage.c,v 1.6 1998/02/24 03:45:06 scrappy Exp $ */
22

33
#include <math.h> /* for pow() prototype */
44

55
#include <errno.h>
66
#include "rusagestub.h"
7-
#include "port-protos.h"
87

98
#if 0 /* this is from univel port ... how does compiler define? */
109
/* same for i386_solaris port ... how does compiler define? */

src/backend/port/random.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/* $Id: random.c,v 1.2 1997/12/19 13:34:29 scrappy Exp $ */
1+
/* $Id: random.c,v 1.3 1998/02/24 03:45:07 scrappy Exp $ */
22

33
#include <math.h> /* for pow() prototype */
44

55
#include <errno.h>
66
#include "rusagestub.h"
7-
#include "port-protos.h"
87

98
long
109
random()

src/backend/port/srandom.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/* $Id: srandom.c,v 1.3 1997/12/19 13:34:31 scrappy Exp $ */
1+
/* $Id: srandom.c,v 1.4 1998/02/24 03:45:07 scrappy Exp $ */
22

33
#include <math.h> /* for pow() prototype */
44

55
#include <errno.h>
66
#include "rusagestub.h"
7-
#include "port-protos.h"
87

98
void
109
srandom(unsigned int seed)

src/backend/port/svr4/port-protos.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)