From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hoehne To: gdb-patches@cygnus.com Cc: DJ Delorie , shebs@cygnus.com Subject: Using the correct #includes in ser-go32.c Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903142206.OAA18489@cygnus.com> X-SW-Source: 1999-q1/msg00089.html This patch was sent already by me, but it is not yet applied. It uses the correct #includes, since the directory structure on DJGPP has changed already for a long time. This patch is against "a March 10th snapshot from DJ" which I got from DJ Delorie. Sun Mar 14 1999 Robert Hoehne * ser-go32.c: #include the correct system headers. --- gdb-snap-march-10th-from-DJ/gdb/ser-go32.c.orig Fri Mar 6 20:38:40 1998 +++ gdb-snap-march-10th-from-DJ/gdb/ser-go32.c Thu Mar 11 23:51:40 1999 @@ -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-patches@cygnus.com Cc: DJ Delorie , shebs@cygnus.com Subject: Using the correct #includes in ser-go32.c Date: Sun, 14 Mar 1999 14:06:00 -0000 Message-ID: <199903142206.OAA18489@cygnus.com> X-SW-Source: 1999-03/msg00035.html Message-ID: <19990314140600.PV_8woXifIHYpAFXNkokhvSc7gQK79NgKoUXH1qAyQ8@z> This patch was sent already by me, but it is not yet applied. It uses the correct #includes, since the directory structure on DJGPP has changed already for a long time. This patch is against "a March 10th snapshot from DJ" which I got from DJ Delorie. Sun Mar 14 1999 Robert Hoehne * ser-go32.c: #include the correct system headers. --- gdb-snap-march-10th-from-DJ/gdb/ser-go32.c.orig Fri Mar 6 20:38:40 1998 +++ gdb-snap-march-10th-from-DJ/gdb/ser-go32.c Thu Mar 11 23:51:40 1999 @@ -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 * ******************************************************