aboutsummaryrefslogtreecommitdiff
path: root/gdb/29k-share
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-17 17:33:28 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-17 17:33:28 +0000
commitb80bd1e064920867ebbc935d892849985a32800b (patch)
tree854644d77b883209584fadee3616fdcf32377f7f /gdb/29k-share
parent4f1afa1641c2e757ed5c1d931c85c0f90294f5e9 (diff)
downloadgdb-b80bd1e064920867ebbc935d892849985a32800b.zip
gdb-b80bd1e064920867ebbc935d892849985a32800b.tar.gz
gdb-b80bd1e064920867ebbc935d892849985a32800b.tar.bz2
* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
Diffstat (limited to 'gdb/29k-share')
-rw-r--r--gdb/29k-share/udi/udiphcfg.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/29k-share/udi/udiphcfg.h b/gdb/29k-share/udi/udiphcfg.h
index 986d93f..1eaa87b 100644
--- a/gdb/29k-share/udi/udiphcfg.h
+++ b/gdb/29k-share/udi/udiphcfg.h
@@ -24,6 +24,12 @@
* another type of IPC (Mach? SysV?) is implemented.
*/
+#if 0
+
+/* We don't seem to have a copy of udiphdos.h. Furthermore, all the
+ things in udiphunix.h are pretty much generic 32-bit machine defines
+ which don't have anything to do with IPC. */
+
#ifdef DOS_IPC
#include "udiphdos.h"
#else
@@ -31,3 +37,8 @@
#include "udiphunix.h"
#endif
+#else
+
+#include "udiphunix.h"
+
+#endif