1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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

@@ -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