diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-26 01:01:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-26 01:01:20 +0000 |
| commit | 38f4846ec58a54cd980398707558803ff33c63ff (patch) | |
| tree | 894508bfcd15f76a563c25b24364a689d5f54ee4 /gnu/usr.bin/binutils | |
| parent | 1067217d5d6b6f2356596dc736a433c13af4be72 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c | 6 |
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 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 <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; |
