Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6bd686

Browse files
committed
More cleanups...only need one rusagestub.h
1 parent5acf432 commitc6bd686

File tree

14 files changed

+17
-159
lines changed

14 files changed

+17
-159
lines changed

‎src/backend/port/gethostname.c

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

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

‎src/backend/port/i386_solaris/rusagestub.h

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

‎src/backend/port/inet_aton.c

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
int
2-
inet_aton(constchar*cp,structin_addr*addr);
1+
/* $Id: inet_aton.h,v 1.6 1997/12/19 13:34:29 scrappy Exp $ */
2+
3+
intinet_aton(constchar*cp,structin_addr*addr);

‎src/backend/port/random.c

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

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

‎src/backend/port/srandom.c

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

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

‎src/backend/port/univel/rusagestub.h

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp