Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f45b727

Browse files
committed
Whoops, wrong logic.
1 parent dd22565 commit f45b727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/storage/buffer/s_lock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.37 2001/08/28 15:04:27 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.38 2001/08/29 11:54:12 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -228,7 +228,7 @@ success: \n\
228228

229229
#endif /* __powerpc__ */
230230

231-
#if defined(__mips__) || !defined(__sgi)
231+
#if defined(__mips__) && !defined(__sgi)
232232
static void
233233
tas_dummy()
234234
{

0 commit comments

Comments
 (0)