Commit 8ed5918f authored by Bruce Momjian's avatar Bruce Momjian

Solaris cleanup.

parent da1ac9ad
/* Dummy file used for nothing at this point /* Dummy file used for nothing at this point
* *
* see i386_solaris.h * see solaris_i386.h
*/ */
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
/* Dummy file used for nothing at this point /* Dummy file used for nothing at this point
* *
* see i386_solaris.h * see solaris_i386.h
*/ */
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
......
/* $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 */ #include <math.h> /* for pow() prototype */
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#if 0 /* this is from univel port ... how does #if 0 /* this is from univel port ... how does
* compiler define? */ * 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 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? */ /* same for svr4 port ... how does compiler define? */
int int
getrusage(int who, struct rusage * rusage) getrusage(int who, struct rusage * rusage)
......
/============================================================================= /=============================================================================
/ tas.s -- test and set lock for i386_solaris / tas.s -- test and set lock for solaris_i386
/============================================================================= /=============================================================================
.file "tas.s" .file "tas.s"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 * NOTES
* *
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include "utils/memutils.h" #include "utils/memutils.h"
#include "libpq/libpq.h" #include "libpq/libpq.h"
#if defined(sparc_solaris) #if defined(solaris_sparc)
#include <string.h> #include <string.h>
#include <sys/ipc.h> #include <sys/ipc.h>
#endif #endif
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 @@ ...@@ -46,7 +46,7 @@
* This is so that we can support more backends. (system-wide semaphore * This is so that we can support more backends. (system-wide semaphore
* sets run out pretty fast.) -ay 4/95 * 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 <sys/time.h>
#include <unistd.h> #include <unistd.h>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
#include <signal.h> #include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#if defined(sparc_solaris) #if defined(solaris_sparc)
#include <sys/ipc.h> #include <sys/ipc.h>
#include <sys/sem.h> #include <sys/sem.h>
#endif #endif
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * 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 * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2
* *
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */ #include <sys/param.h> /* for MAXHOSTNAMELEN on most */
#ifdef sparc_solaris #ifdef solaris_sparc
#include <netdb.h> /* for MAXHOSTNAMELEN on some */ #include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif #endif
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
* *
* *
* IDENTIFICATION * 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 * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
* *
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */ #include <sys/param.h> /* for MAXHOSTNAMELEN on most */
#ifdef sparc_solaris #ifdef solaris_sparc
#include <netdb.h> /* for MAXHOSTNAMELEN on some */ #include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment