From: Love Hörnquist-Åstrand Date: Sun, 20 Jan 2002 08:04:44 +0000 (+0000) Subject: alpha-netbsd-param-fixes-20020120 X-Git-Tag: openafs-devel-1_3_0~46 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=599d747bb0478d8f743f6057d1ce1f09f1365c5e;p=packages%2Fo%2Fopenafs.git alpha-netbsd-param-fixes-20020120 make alpha little endian and remove duplicate define --- diff --git a/src/config/param.alpha_nbsd15.h b/src/config/param.alpha_nbsd15.h index f592eb135..3a32ea27a 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 */