From: Tom Lane Date: Sun, 31 Dec 2000 18:04:35 +0000 (+0000) Subject: Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- X-Git-Tag: REL7_1_BETA2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff6012e275ee726d5e5d0624be432294559c1ae8;p=postgresql Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- of-others. --- diff --git a/src/backend/main/main.c b/src/backend/main/main.c index 66ccbee718..bb2615cb9c 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -13,7 +13,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.36 2000/12/31 03:34:01 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.37 2000/12/31 18:04:35 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,7 @@ #include #endif -#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__) +#if defined(__alpha) && defined(__osf__) #include #include "machine/hal_sysinfo.h" #define ASSEMBLER