From 38f4846ec58a54cd980398707558803ff33c63ff Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 26 Apr 1995 01:01:20 +0000 Subject: Gary J's patches to make gdb -w work properly. Submitted by: gj --- gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/binutils') diff --git a/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c b/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c index bc58924996dc..6679060cfa64 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 @@ -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; -- cgit v1.3