Update linux/mips port.
authorBruce Momjian <[email protected]>
Sun, 26 Oct 2003 00:26:13 +0000 (00:26 +0000)
committerBruce Momjian <[email protected]>
Sun, 26 Oct 2003 00:26:13 +0000 (00:26 +0000)
Add m68k to linux port.

doc/src/sgml/installation.sgml
src/include/port/linux.h

index abbc46c559d30086808ce1b9b3c343ccdea1d62f..ae5744d914d4f815b0c3bb8d387a48007c301cbe 100644 (file)
@@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \
        <entry>7.3</entry>
        <entry>2003-10-25,
         No?l K?the (<email>[email protected]</email>)</entry>
-       <entry></entry>
+       <entry>2.4</entry>
        </row>
        <row>
        <entry><systemitem class="osname">Linux</></entry>
index c7d88e396cdfd01a1140939b51b9c54ea61e7760..0453347dac3b085d5cbf21673b91c3727a244835 100644 (file)
@@ -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