From: "Brian E. Gallew" <geek+@cmu.edu>

Marc G. Fournier <scrappy@hub.org>

Commit: 45165538c5b4c2bd4536aedc01a1e758aaa19ae2
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-05-13T22:13:33Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/include/port/dgux.h modified +6 −2