Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c6bd686

Browse files
committed
More cleanups...only need one rusagestub.h
1 parent 5acf432 commit c6bd686

File tree

14 files changed

+17
-159
lines changed

14 files changed

+17
-159
lines changed

src/backend/port/gethostname.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: gethostname.c,v 1.2 1997/12/19 13:34:26 scrappy Exp $ */
2+
13
#include <sys/types.h>
24
#include <string.h>
35

src/backend/port/getrusage.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: getrusage.c,v 1.3 1997/12/19 13:34:27 scrappy Exp $ */
2+
13
#include <math.h> /* for pow() prototype */
24

35
#include <errno.h>

src/backend/port/hpux/rusagestub.h

-31
This file was deleted.

src/backend/port/i386_solaris/rusagestub.h

-31
This file was deleted.

src/backend/port/inet_aton.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/* $Id: inet_aton.c,v 1.11 1997/12/19 13:34:28 scrappy Exp $
22
*
33
* This inet_aton() function was taken from the GNU C library and
44
* incorporated into Postgres for those systems which do not have this

src/backend/port/inet_aton.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
int
2-
inet_aton(const char *cp, struct in_addr * addr);
1+
/* $Id: inet_aton.h,v 1.6 1997/12/19 13:34:29 scrappy Exp $ */
2+
3+
int inet_aton(const char *cp, struct in_addr * addr);

src/backend/port/random.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: random.c,v 1.2 1997/12/19 13:34:29 scrappy Exp $ */
2+
13
#include <math.h> /* for pow() prototype */
24

35
#include <errno.h>

src/backend/port/rusagestub.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* rusagestub.h,v 1.1.1.1 1994/11/07 05:19:39 andrew Exp
9+
* $Id: rusagestub.h,v 1.2 1997/12/19 13:34:30 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/

src/backend/port/sparc_solaris/rusagestub.h

-31
This file was deleted.

src/backend/port/srandom.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: srandom.c,v 1.3 1997/12/19 13:34:31 scrappy Exp $ */
2+
13
#include <math.h> /* for pow() prototype */
24

35
#include <errno.h>

src/backend/port/strcasecmp.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: strcasecmp.c,v 1.2 1997/12/19 13:34:32 scrappy Exp $ */
2+
13
/*
24
* Copyright (c) 1987 Regents of the University of California.
35
* All rights reserved.

src/backend/port/strerror.c

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $Id: strerror.c,v 1.4 1997/12/19 13:34:32 scrappy Exp $ */
2+
13
/*
24
* strerror - map error number to descriptive string
35
*

src/backend/port/svr4/rusagestub.h

-31
This file was deleted.

src/backend/port/univel/rusagestub.h

-31
This file was deleted.

0 commit comments

Comments
 (0)