X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=modules%2Fbsd-comp.c;h=96cf1fec8441cbba028076b0252b15ac0aca12ae;hp=c60dd60e13876f2a91b2dc329ddb186c35c59ccf;hb=cec252029e2621c0aae9ce8c7d9dc6d591c8e3c5;hpb=a0dacd5c60faff5f851fa1216b5cf566c821205e;ds=sidebyside 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__