Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1fdbc8c

Browse files
committed
Update linux/mips port.
Add m68k to linux port.
1 parent 530f997 commit 1fdbc8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/src/sgml/installation.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.159 2003/10/26 00:22:51 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.160 2003/10/26 00:26:13 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \
16291629
<entry>7.3</entry>
16301630
<entry>2003-10-25,
16311631
No?l K?the (<email>noel@debian.org</email>)</entry>
1632-
<entry></entry>
1632+
<entry>2.4</entry>
16331633
</row>
16341634
<row>
16351635
<entry><systemitem class="osname">Linux</></entry>

src/include/port/linux.h

+5
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ typedef unsigned int slock_t;
4343

4444
#define HAS_TEST_AND_SET
4545

46+
#ifif defined(__m68k__)
47+
typedef unsigned char slock_t;
48+
49+
#define HAS_TEST_AND_SET
50+
4651
#endif

0 commit comments

Comments
 (0)