From 599d747bb0478d8f743f6057d1ce1f09f1365c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist-=C3=85strand?= Date: Sun, 20 Jan 2002 08:04:44 +0000 Subject: [PATCH] alpha-netbsd-param-fixes-20020120 make alpha little endian and remove duplicate define --- src/config/param.alpha_nbsd15.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/param.alpha_nbsd15.h b/src/config/param.alpha_nbsd15.h index f592eb1358..3a32ea27aa 100644 --- a/src/config/param.alpha_nbsd15.h +++ b/src/config/param.alpha_nbsd15.h @@ -7,11 +7,9 @@ #define AFS_64BIT_ENV 1 -#define AFS_ALPHA_ENV 1 - #define SYS_NAME "alpha_nbsd15" #define SYS_NAME_ID SYS_NAME_ID_alpha_nbsd15 -#define AFSBIG_ENDIAN 1 +#define AFSLITTLE_ENDIAN 1 #endif /* AFS_PARAM_COMMON_H */