summaryrefslogtreecommitdiff
path: root/src/include/storage/ipc.h
diff options
context:
space:
mode:
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)