summaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-01-26 20:15:26 +0000
committerBruce Momjian <bruce@momjian.us>1997-01-26 20:15:26 +0000
commit1836ce2c81fde874daa2c3f2f80eeb5401d0e2c9 (patch)
tree8b5d15fb309612761e7308227b6fd96c3d4e843e /src/include/storage/ipc.h
parent427a964c302dd6ec2359eb4a8318303b09bc9363 (diff)
downloadpostgresql-1836ce2c81fde874daa2c3f2f80eeb5401d0e2c9.tar.gz
Change next to nextstep where missed.
Diffstat (limited to 'src/include/storage/ipc.h')
-rw-r--r--src/include/storage/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/ipc.h b/src/include/storage/ipc.h
index 15e9650ffe..87ba9898c1 100644
--- a/src/include/storage/ipc.h
+++ b/src/include/storage/ipc.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: ipc.h,v 1.12 1997/01/13 03:54:48 bryanh Exp $
+ * $Id: ipc.h,v 1.13 1997/01/26 20:15:26 momjian Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -35,7 +35,7 @@ extern void S_INIT_LOCK(slock_t *lock);
#if defined(alpha) || \
defined(hpux) || \
defined(irix5) || \
- defined(next)
+ defined(nextstep)
extern int S_LOCK_FREE(slock_t *lock);
#else
#define S_LOCK_FREE(lock) ((*lock) == 0)