forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4516553
committed
From: "Brian E. Gallew" <geek+@cmu.edu>
Subject: [PORTS] minor fix for DGUX portsrc/include/port/dgux.h needs the following three lines appended:#ifndef BYTE_ORDER#define BYTE_ORDER BIG_ENDIAN#endifI believe this to be correct for DG/UX on M88k processors. I don't have one ofthe new Intel-based boxes to check on.1 parentf22f57c commit4516553
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
0 commit comments
Comments
(0)