Solaris cleanup.

This commit is contained in:
Bruce Momjian 1998-06-19 02:55:19 +00:00
parent da1ac9ad25
commit 8ed5918faa
12 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
/* Dummy file used for nothing at this point
*
* see i386_solaris.h
* see solaris_i386.h
*/

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: i386_solaris.h,v 1.1 1997/12/20 03:23:33 scrappy Exp $
* $Id: solaris_i386.h,v 1.1 1998/06/19 02:55:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@ -1,4 +1,4 @@
/* Dummy file used for nothing at this point
*
* see i386_solaris.h
* see solaris_i386.h
*/

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sparc_solaris.h,v 1.1 1997/12/20 03:35:55 scrappy Exp $
* $Id: solaris_sparc.h,v 1.1 1998/06/19 02:55:06 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@ -1,4 +1,4 @@
/* $Id: getrusage.c,v 1.7 1998/02/26 04:34:00 momjian Exp $ */
/* $Id: getrusage.c,v 1.8 1998/06/19 02:55:04 momjian Exp $ */
#include <math.h> /* for pow() prototype */
@ -7,9 +7,9 @@
#if 0 /* this is from univel port ... how does
* compiler define? */
/* same for i386_solaris port ... how does compiler define? */
/* same for solaris_i386 port ... how does compiler define? */
/* same for sco port ... how does compiler define? */
/* same for sparc_solaris port ... how does compiler define? */
/* same for solaris_sparc port ... how does compiler define? */
/* same for svr4 port ... how does compiler define? */
int
getrusage(int who, struct rusage * rusage)

View File

@ -1,5 +1,5 @@
/=============================================================================
/ tas.s -- test and set lock for i386_solaris
/ tas.s -- test and set lock for solaris_i386
/=============================================================================
.file "tas.s"

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.24 1998/06/18 03:56:08 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.25 1998/06/19 02:55:10 momjian Exp $
*
* NOTES
*
@ -40,7 +40,7 @@
#include "utils/memutils.h"
#include "libpq/libpq.h"
#if defined(sparc_solaris)
#if defined(solaris_sparc)
#include <string.h>
#include <sys/ipc.h>
#endif

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.35 1998/06/15 19:29:21 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.36 1998/06/19 02:55:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -46,7 +46,7 @@
* This is so that we can support more backends. (system-wide semaphore
* sets run out pretty fast.) -ay 4/95
*
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.35 1998/06/15 19:29:21 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/proc.c,v 1.36 1998/06/19 02:55:11 momjian Exp $
*/
#include <sys/time.h>
#include <unistd.h>
@ -54,7 +54,7 @@
#include <signal.h>
#include <sys/types.h>
#if defined(sparc_solaris)
#if defined(solaris_sparc)
#include <sys/ipc.h>
#include <sys/sem.h>
#endif

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.21 1998/06/15 19:30:00 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.22 1998/06/19 02:55:13 momjian Exp $
*
* Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
*
@ -24,7 +24,7 @@
#include <string.h>
#include <ctype.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
#ifdef sparc_solaris
#ifdef solaris_sparc
#include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif

View File

@ -21,7 +21,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.74 1998/06/16 07:29:32 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.75 1998/06/19 02:55:14 momjian Exp $
*
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
*
@ -57,7 +57,7 @@
#include <string.h>
#include <ctype.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
#ifdef sparc_solaris
#ifdef solaris_sparc
#include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif

View File

View File