From: Bruce Momjian Date: Sun, 26 Oct 2003 00:26:13 +0000 (+0000) Subject: Update linux/mips port. X-Git-Tag: REL7_4_RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fdbc8cc20f692c832797c5fc39854b230e6676a;p=postgresql Update linux/mips port. Add m68k to linux port. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f824faf520..1f628672e0 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \ <entry>7.3</entry> <entry>2003-10-25, No?l K?the (<email>noel@debian.org</email>)</entry> - <entry></entry> + <entry>2.4</entry> </row> <row> <entry><systemitem class="osname">Linux</></entry> diff --git a/src/include/port/linux.h b/src/include/port/linux.h index c7d88e396c..0453347dac 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -43,4 +43,9 @@ typedef unsigned int slock_t; #define HAS_TEST_AND_SET +#ifif defined(__m68k__) +typedef unsigned char slock_t; + +#define HAS_TEST_AND_SET + #endif