File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \
1629
1629
<entry>7.3</entry>
1630
1630
<entry>2003-10-25,
1631
1631
No?l K?the (<email>noel@debian.org</email>)</entry>
1632
- <entry></entry>
1632
+ <entry>2.4 </entry>
1633
1633
</row>
1634
1634
<row>
1635
1635
<entry><systemitem class="osname">Linux</></entry>
Original file line number Diff line number Diff line change @@ -43,4 +43,9 @@ typedef unsigned int slock_t;
43
43
44
44
#define HAS_TEST_AND_SET
45
45
46
+ #ifif defined(__m68k__)
47
+ typedef unsigned char slock_t ;
48
+
49
+ #define HAS_TEST_AND_SET
50
+
46
51
#endif
You can’t perform that action at this time.
0 commit comments