Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Philippe De Muyter" <phdm@macqel.be>
To: gdb-patches@cygnus.com (gdb-patches@cygnus.com)
Subject: gdb-4.17.86 sysV68 patches
Date: Tue, 23 Mar 1999 08:34:00 -0000	[thread overview]
Message-ID: <199903231633.RAA19992@mail.macqel.be> (raw)
Message-ID: <19990323083400.Z1g5zaIx07BoTKnmWI8zSBk5xyGzhXbbtGY5wJF12ZI@z> (raw)

To be able to compile gdb-4-17.86 on sysV68 R3V7.1, I needed to apply the
following patches :

1) In gdb

Tue Mar 23 17:22:57 1999  Philippe De Muyter  <phdm@macqel.be>

	* remote.c, parse.c : Include `ctype.h'.

2) In gdb/testsuite

Tue Mar 23 17:22:57 1999  Philippe De Muyter  <phdm@macqel.be>

	* gdb.base/call-rt-st.c, gdb.base/call-ar-st.c : Include `string.h',
	not `strings.h'.

--- ./gdb/testsuite/gdb.base/call-rt-st.c	Tue Mar 23 17:21:02 1999
+++ ./gdb/testsuite/gdb.base/call-rt-st.c	Tue Mar 23 13:10:45 1999
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 
 /**************************************************************************
  * TESTS :
--- ./gdb/testsuite/gdb.base/call-ar-st.c	Tue Mar 23 17:21:03 1999
+++ ./gdb/testsuite/gdb.base/call-ar-st.c	Tue Mar 23 13:21:25 1999
@@ -1,7 +1,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 
 /**************************************************************************
  * TESTS :
--- ./gdb/remote.c	Tue Mar 23 17:21:04 1999
+++ ./gdb/remote.c	Tue Mar 23 12:09:10 1999
@@ -187,6 +187,7 @@
 
 #include "defs.h"
 #include "gdb_string.h"
+#include <ctype.h>
 #include <fcntl.h>
 #include "frame.h"
 #include "inferior.h"
--- ./gdb/parse.c	Tue Mar 23 17:21:04 1999
+++ ./gdb/parse.c	Tue Mar 23 12:09:41 1999
@@ -30,6 +30,7 @@
    
 #include "defs.h"
 #include "gdb_string.h"
+#include <ctype.h>
 #include "symtab.h"
 #include "gdbtypes.h"
 #include "frame.h"


             reply	other threads:[~1999-03-23  8:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-01  0:00 Philippe De Muyter [this message]
1999-03-23  8:34 ` Philippe De Muyter
1999-04-01  0:00 ` Stan Shebs
1999-03-23 12:19   ` Stan Shebs

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=199903231633.RAA19992@mail.macqel.be \
    --to=phdm@macqel.be \
    --cc=gdb-patches@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