8000 Added a fix for the dgux port · home201448/postgres@de635e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit de635e1

Browse files
committed
Added a fix for the dgux port
Pointed out by: "Brian E. Gallew" <geek+@cmu.edu>
1 parent 1530e33 commit de635e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/storage/ipc.h

Lines changed: 2 additions & 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-
* $Id: ipc.h,v 1.4.2.2 1996/09/19 20:28:22 scrappy Exp $
9+
* $Id: ipc.h,v 1.4.2.3 1996/10/02 20:43:25 scrappy Exp $
1010
*
1111
* NOTES
1212
* This file is very architecture-specific. This stuff should actually
@@ -118,6 +118,7 @@ extern int S_LOCK_FREE(slock_t *lock);
118118
#if defined(sequent) || \
119119
defined(PORTNAME_aix) || \
120120
defined(PORTNAME_alpha) || \
121+
defined(PORTNAME_dgux) || \
121122
defined(PORTNAME_hpux) || \
122123
defined(PORTNAME_i386_solaris) || \
123124
defined(PORTNAME_sparc_solaris) || \

0 commit comments

Comments
 (0)
0