From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hoehne To: GDB PATCH Subject: gdb-4.17 patch for ser-go32.c Date: Sun, 17 Jan 1999 11:36:00 -0000 Message-id: <003801be4261$48c232a0$19a46d86@robby.dittmannsdorf.de> X-SW-Source: 1999-01/msg00013.html 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 - -#include - -#include +#include +#include +#include +typedef unsigned long u_long; /* DPMI Communication */ static union REGS dpmi_regs; - -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ****************************************************** From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hoehne To: GDB PATCH Subject: gdb-4.17 patch for ser-go32.c Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-ID: <003801be4261$48c232a0$19a46d86@robby.dittmannsdorf.de> X-SW-Source: 1999-q1/msg00013.html Message-ID: <19990401000000.fFmhGgPJ-qUo_J86Hx-w7_UFWm4mhB97hMBfCdbXyJ0@z> 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 - -#include - -#include +#include +#include +#include +typedef unsigned long u_long; /* DPMI Communication */ static union REGS dpmi_regs; - -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************