From f9322c66d3cc06b011c087e6016c461d0e78648e Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 4 May 1998 23:49:17 +0000 Subject: Missed the __alpha__ to __alpha change... From: David Gould --- src/include/port/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/port/linux.h') diff --git a/src/include/port/linux.h b/src/include/port/linux.h index e18e6fbaa8d..4ac6684ee79 100644 --- a/src/include/port/linux.h +++ b/src/include/port/linux.h @@ -12,7 +12,7 @@ #if defined(PPC) typedef unsigned int slock_t; -#elif defined(__alpha__) +#elif defined(__alpha) typedef long int slock_t; #else /* i386 probably */ -- cgit v1.2.3