From 1d36bdcfa6da8a0551362c423e50fc62a260495b Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 4 May 1998 15:45:03 +0000 Subject: Major screwed up s_lock patches...need to be fixed... --- src/include/port/linux.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/include/port/linux.h') diff --git a/src/include/port/linux.h b/src/include/port/linux.h index 437ee723122..e18e6fbaa8d 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 */ @@ -33,14 +33,6 @@ typedef unsigned char slock_t; #endif #if defined(PPC) -#undef NEED_I386_TAS_ASM #undef HAVE_INT_TIMEZONE #endif -#if defined(sparc) -#undef NEED_I386_TAS_ASM -#endif - -#if defined(__alpha) -#undef NEED_I386_TAS_ASM -#endif -- cgit v1.2.3