Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Robert Hoehne <robert.hoehne@gmx.net>
To: gdb-patches@cygnus.com
Cc: DJ Delorie <dj@delorie.com>, shebs@cygnus.com
Subject: Using the correct #includes in ser-go32.c
Date: Sun, 14 Mar 1999 14:06:00 -0000	[thread overview]
Message-ID: <199903142206.OAA18489@cygnus.com> (raw)
Message-ID: <19990314140600.PV_8woXifIHYpAFXNkokhvSc7gQK79NgKoUXH1qAyQ8@z> (raw)

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 <robert.hoehne@gmx.net>

	* 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 <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        *
******************************************************


             reply	other threads:[~1999-03-14 14:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-01  0:00 Robert Hoehne [this message]
1999-03-14 14:06 ` Robert Hoehne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199903142206.OAA18489@cygnus.com \
    --to=robert.hoehne@gmx.net \
    --cc=dj@delorie.com \
    --cc=gdb-patches@cygnus.com \
    --cc=shebs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox