From 51a1741cfb9f812e798681d3edf5866e413f155b Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Wed, 29 Apr 1998 12:41:29 +0000 Subject: From: Jeroen van Vianen Attached patch will add a version() function to Postges, e.g. template1=> select version(); version ------------------------------------------------------------ PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1 (1 row) --- src/include/port/linux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/port/linux.h') diff --git a/src/include/port/linux.h b/src/include/port/linux.h index b2a9cd1cb0a..437ee723122 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -7,7 +7,6 @@ #define JMP_BUF #define USE_POSIX_TIME #define USE_POSIX_SIGNALS -#define NEED_I386_TAS_ASM #define HAS_TEST_AND_SET #if defined(PPC) @@ -16,7 +15,7 @@ typedef unsigned int slock_t; #elif defined(__alpha) typedef long int slock_t; -#else +#else /* i386 probably */ typedef unsigned char slock_t; #endif -- cgit v1.2.3