summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-26 01:01:20 +0000
committerjkh <jkh@FreeBSD.org>1995-04-26 01:01:20 +0000
commit81c312becc7e7697e225878f561b49ef3fb42d9a (patch)
tree894508bfcd15f76a563c25b24364a689d5f54ee4 /gnu/usr.bin/binutils
parent27a554f1ab79fda61d1661cdcb1b207e57c315d1 (diff)
downloadFreeBSD-src-81c312becc7e7697e225878f561b49ef3fb42d9a.zip
FreeBSD-src-81c312becc7e7697e225878f561b49ef3fb42d9a.tar.gz
Gary J's patches to make gdb -w work properly.
Submitted by: gj
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
index bc58924..6679060 100644
--- a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
+++ b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: freebsd-nat.c,v 1.3 1994/12/31 17:00:09 bde Exp $
+ $Id: freebsd-nat.c,v 1.1.1.1 1995/04/23 18:35:38 garyj Exp $
*/
#include <sys/types.h>
@@ -344,9 +344,9 @@ extern CORE_ADDR ksym_lookup(const char *);
kvm_open (efile, cfile, sfile, perm, errout)
char *efile;
char *cfile;
-void *sfile;
+char *sfile; /* makes this kvm_open more compatible to the one in libkvm */
int perm;
-int errout;
+char *errout; /* makes this kvm_open more compatible to the one in libkvm */
{
struct stat stb;
CORE_ADDR addr;
OpenPOWER on IntegriCloud