From f683674356c72f0cda84472aee4a1d6fa7a5b6df Mon Sep 17 00:00:00 2001 From: grehan Date: Sat, 18 Jan 2003 11:23:42 +0000 Subject: [PATCH] RAIDframe requires LONG_BIT Approved by: Benno --- sys/powerpc/include/_limits.h | 3 +++ sys/powerpc/include/limits.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 13ea13973348..1b06efdacdc8 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -99,6 +99,9 @@ #define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */ #define QUAD_MAX LLONG_MAX /* max value for a quad_t */ #define QUAD_MIN LLONG_MIN /* min value for a quad_t */ + +#define LONG_BIT 32 + #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 13ea13973348..1b06efdacdc8 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -99,6 +99,9 @@ #define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */ #define QUAD_MAX LLONG_MAX /* max value for a quad_t */ #define QUAD_MIN LLONG_MIN /* min value for a quad_t */ + +#define LONG_BIT 32 + #endif /* !_POSIX_SOURCE */ #endif /* !_ANSI_SOURCE */