Re: Patch for m68k architecture (fwd) - Mailing list pgsql-hackers

From Roman Hodek
Subject Re: Patch for m68k architecture (fwd)
Date
Msg-id 199906140813.KAA09070@faui22c.informatik.uni-erlangen.de
Whole thread Raw
List pgsql-hackers
> The change was:
> #if defined(__mc68000__)
> to:
> #if defined(__mc68000__) && defined(__linux__)
> in s_lock.h.

> I think the change I made in s_lock.h should make both NetBSD/m68k
> and Linux/m68k happy. Can some Linux/m68k folks confirm it?

Sure, this can't cause any trouble on Linux/m68k.

Roman

pgsql-hackers by date:

Previous
From: Tomoaki NISHIYAMA
Date:
Subject: libpq/conv.c
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] libpq/conv.c