summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-02 20:43:25 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-02 20:43:25 +0000
commitde635e1607c2ada0cc088e944cde992fc766954d (patch)
tree847c42b23319ad8e1ea44e6babbc48f4ee24939e
parent1530e33b6714a9aebfa9f0c77120c7a8f7756c44 (diff)
downloadpostgresql-de635e1607c2ada0cc088e944cde992fc766954d.tar.gz
Added a fix for the dgux port
Pointed out by: "Brian E. Gallew" <geek+@cmu.edu>
-rw-r--r--src/backend/storage/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/storage/ipc.h b/src/backend/storage/ipc.h
index 461dfb9db9..c3f01f583b 100644
--- a/src/backend/storage/ipc.h
+++ b/src/backend/storage/ipc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
+ * $Id: ipc.h,v 1.4.2.3 1996/10/02 20:43:25 scrappy Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -118,6 +118,7 @@ extern int S_LOCK_FREE(slock_t *lock);
#if defined(sequent) || \
defined(PORTNAME_aix) || \
defined(PORTNAME_alpha) || \
+ defined(PORTNAME_dgux) || \
defined(PORTNAME_hpux) || \
defined(PORTNAME_i386_solaris) || \
defined(PORTNAME_sparc_solaris) || \