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

Commit a362212

Browse files
committed
linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
1 parent afdc54a commit a362212

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/backend/main/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.15 1998/03/20 03:55:38 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.16 1998/04/11 21:14:47 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include <stdio.h>
1515
#include <string.h>
1616
#include <unistd.h>
1717

18-
#ifdef alpha
18+
#if defined(alpha) && !defined(linux)
1919
#include <sys/sysinfo.h>
2020
#include <machine/hal_sysinfo.h>
2121
#define ASSEMBLER

src/template/linuxalpha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O2 -Dalpha
2+
CFLAGS:-O2 -Dalpha -Dlinuxalpha
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)