Skip to content

Commit ff6012e

Browse files
committed
Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot-
of-others.
1 parent 3b2b7eb commit ff6012e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
*
1515
* IDENTIFICATION
16-
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.36 2000/12/31 03:34:01 tgl Exp $
16+
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.37 2000/12/31 18:04:35 tgl Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -25,7 +25,7 @@
2525
#include <locale.h>
2626
#endif
2727

28-
#if defined(__alpha) && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
28+
#if defined(__alpha) && defined(__osf__)
2929
#include <sys/sysinfo.h>
3030
#include "machine/hal_sysinfo.h"
3131
#define ASSEMBLER

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy