OSDN Git Service

From: "Brian E. Gallew" <geek+@cmu.edu>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 May 1997 22:13:33 +0000 (22:13 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 May 1997 22:13:33 +0000 (22:13 +0000)
commit45165538c5b4c2bd4536aedc01a1e758aaa19ae2
tree30bfbcff7e985763b65ee896257c22a61a37c385
parentf22f57ca35d5aba72c5a906bd82d1ebf9d2754c1
From: "Brian E. Gallew" <geek+@cmu.edu>
Subject: [PORTS] minor fix for DGUX port

src/include/port/dgux.h needs the following three lines appended:

#ifndef         BYTE_ORDER
#define         BYTE_ORDER      BIG_ENDIAN
#endif

I believe this to be correct for DG/UX on M88k processors.  I don't have one of
the new Intel-based boxes to check on.
src/include/port/dgux.h