* 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 17 Aug 1993 17:33:28 +0000 (17:33 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 17 Aug 1993 17:33:28 +0000 (17:33 +0000)
gdb/29k-share/udi/udiphcfg.h
gdb/ChangeLog

index 986d93faba966392812cb873364fdb748a7a3e73..1eaa87b0f0edfe237a40546a8f06244060c76e30 100644 (file)
  * 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
index 878301f14c37e9feda20f73bc37101c324bde627..bd5dc8dae0d88c02ddbb6cf3f79d62a585b5e14f 100644 (file)
@@ -1,5 +1,7 @@
 Tue Aug 17 11:14:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
+
        * complaints.c (complain): fflush (stdout) after output.
 
 Tue Aug 17 01:43:55 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
This page took 0.027248 seconds and 4 git commands to generate.