Commit f45b7270 authored by Peter Eisentraut's avatar Peter Eisentraut

Whoops, wrong logic.

parent dd225655
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.37 2001/08/28 15:04:27 petere Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/buffer/Attic/s_lock.c,v 1.38 2001/08/29 11:54:12 petere Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -228,7 +228,7 @@ success: \n\
#endif /* __powerpc__ */
#if defined(__mips__) || !defined(__sgi)
#if defined(__mips__) && !defined(__sgi)
static void
tas_dummy()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment