projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d82895
)
OSF/1 machines are little-endian
author
Paul Mackerras
<paulus@samba.org>
Tue, 11 Jul 1995 06:38:15 +0000
(06:38 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 11 Jul 1995 06:38:15 +0000
(06:38 +0000)
modules/bsd-comp.c
patch
|
blob
|
history
diff --git
a/modules/bsd-comp.c
b/modules/bsd-comp.c
index c60dd60e13876f2a91b2dc329ddb186c35c59ccf..96cf1fec8441cbba028076b0252b15ac0aca12ae 100644
(file)
--- 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.1
4 1995/06/23 01:52:17
paulus Exp $
+ * $Id: bsd-comp.c,v 1.1
5 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__