]> git.ozlabs.org Git - ppp.git/commitdiff
OSF/1 machines are little-endian
authorPaul Mackerras <paulus@samba.org>
Tue, 11 Jul 1995 06:38:15 +0000 (06:38 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Jul 1995 06:38:15 +0000 (06:38 +0000)
modules/bsd-comp.c

index c60dd60e13876f2a91b2dc329ddb186c35c59ccf..96cf1fec8441cbba028076b0252b15ac0aca12ae 100644 (file)
@@ -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__