From b80bd1e064920867ebbc935d892849985a32800b Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 17 Aug 1993 17:33:28 +0000 Subject: [PATCH] * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h. --- gdb/29k-share/udi/udiphcfg.h | 11 +++++++++++ gdb/ChangeLog | 2 ++ 2 files changed, 13 insertions(+) diff --git a/gdb/29k-share/udi/udiphcfg.h b/gdb/29k-share/udi/udiphcfg.h index 986d93faba9..1eaa87b0f0e 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 diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 878301f14c3..bd5dc8dae0d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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) -- 2.30.2