From: Paul Mackerras Date: Tue, 11 Jul 1995 06:38:15 +0000 (+0000) Subject: OSF/1 machines are little-endian X-Git-Tag: RELEASE_2_3_6~643 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b3c235ba9aa4e426b1c863e2db047f4030c10564 OSF/1 machines are little-endian --- diff --git a/modules/bsd-comp.c b/modules/bsd-comp.c index c60dd60..96cf1fe 100644 --- a/modules/bsd-comp.c +++ b/modules/bsd-comp.c @@ -41,7 +41,7 @@ * This version is for use with STREAMS under SunOS 4.x, * DEC Alpha OSF/1, AIX 4.x, and SVR4 systems including Solaris 2. * - * $Id: bsd-comp.c,v 1.14 1995/06/23 01:52:17 paulus Exp $ + * $Id: bsd-comp.c,v 1.15 1995/07/11 06:38:15 paulus Exp $ */ #ifdef __aix4__ @@ -78,6 +78,7 @@ #endif #define ALLOCATE(n) kalloc((n)) #define FREE(p, n) kfree((p), (n)) +#define BSD_LITTLE_ENDIAN #endif #ifdef __aix4__