Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* gdb-4.17 patch for ser-go32.c
@ 1999-01-17 11:36 Robert Hoehne
  1999-04-01  0:00 ` Robert Hoehne
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Hoehne @ 1999-01-17 11:36 UTC (permalink / raw)
  To: GDB PATCH

The following patch is needed, since the system include
directory structure has changed in DJGPP already a long
time ago.

here now the Changelog entry for directory gdb-4.17/gdb:

Sun Jan 17 1999 Robert Hoehne (robert.hoehne@gmx.net)

        * ser-go32.c: change the included system headers

        
Index: gdb-4.17/gdb/ser-go32.c
===================================================================
RCS file: Q:/gnu/gdb-4.17/gdb/ser-go32.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ser-go32.c
- --- ser-go32.c 1998-10-06 09:16:29+00 1.1.1.1
+++ ser-go32.c 1998-10-06 10:22:54+00
@@ -126,9 +126,10 @@
#define MSR_DDSR 0x02
#define MSR_DCTS 0x01

- -#include <sys/dos.h>
- -#include <sys/go32.h>
- -#include <sys/dpmi.h>
+#include <dos.h>
+#include <go32.h>
+#include <dpmi.h>
+typedef unsigned long u_long;

/* DPMI Communication */
static union REGS dpmi_regs;

- -- 
******************************************************
* email:   Robert Hoehne <robert.hoehne@gmx.net>     *
* Post:    Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW:     http://www.tu-chemnitz.de/~sho/rho        *
******************************************************




^ permalink raw reply	[flat|nested] 2+ messages in thread

* gdb-4.17 patch for ser-go32.c
  1999-01-17 11:36 gdb-4.17 patch for ser-go32.c Robert Hoehne
@ 1999-04-01  0:00 ` Robert Hoehne
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Hoehne @ 1999-04-01  0:00 UTC (permalink / raw)
  To: GDB PATCH

The following patch is needed, since the system include
directory structure has changed in DJGPP already a long
time ago.

here now the Changelog entry for directory gdb-4.17/gdb:

Sun Jan 17 1999 Robert Hoehne (robert.hoehne@gmx.net)

        * ser-go32.c: change the included system headers

        
Index: gdb-4.17/gdb/ser-go32.c
===================================================================
RCS file: Q:/gnu/gdb-4.17/gdb/ser-go32.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ser-go32.c
- --- ser-go32.c 1998-10-06 09:16:29+00 1.1.1.1
+++ ser-go32.c 1998-10-06 10:22:54+00
@@ -126,9 +126,10 @@
#define MSR_DDSR 0x02
#define MSR_DCTS 0x01

- -#include <sys/dos.h>
- -#include <sys/go32.h>
- -#include <sys/dpmi.h>
+#include <dos.h>
+#include <go32.h>
+#include <dpmi.h>
+typedef unsigned long u_long;

/* DPMI Communication */
static union REGS dpmi_regs;

- -- 
******************************************************
* email:   Robert Hoehne <robert.hoehne@gmx.net>     *
* Post:    Am Berg 3, D-09573 Dittmannsdorf, Germany *
* WWW:     http://www.tu-chemnitz.de/~sho/rho        *
******************************************************




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-04-01  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-17 11:36 gdb-4.17 patch for ser-go32.c Robert Hoehne
1999-04-01  0:00 ` Robert Hoehne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox