]> granicus.if.org Git - postgresql/commit
change #if defined(__mc68000__) to:
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 13 Jun 1999 00:07:43 +0000 (00:07 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 13 Jun 1999 00:07:43 +0000 (00:07 +0000)
commitde7c728d41721655d25f153a2a15512efb76cde4
tree49af4a8dcd84d44091eb6c5cbc072d441d5e852f
parent642d21a59bac907d00e94900f134aa645cada90b
change #if defined(__mc68000__) to:
#if defined(__mc68000__) && defined(__linux__)
so that other m68k systems(such as NetBSD) will not be affected.
src/include/storage/s_lock.h