diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-05 18:37:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-01-05 18:37:41 +0000 |
commit | fd0267de8361d88862c05c23007d6d5738f72e33 (patch) | |
tree | 727ef3eaba93b053bc21be628f49cbb4122dbe5e /sys/arch/hppa | |
parent | 81c764a49e399f1161c871422c0ec655ecab1c02 (diff) |
unintended piece escaped
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/db_interface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/db_interface.c b/sys/arch/hppa/hppa/db_interface.c index 0ac67b5e5ed..e90e442ae32 100644 --- a/sys/arch/hppa/hppa/db_interface.c +++ b/sys/arch/hppa/hppa/db_interface.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.c,v 1.11 2000/01/05 18:35:35 mickey Exp $ */ +/* $OpenBSD: db_interface.c,v 1.12 2000/01/05 18:37:40 mickey Exp $ */ /* * Copyright (c) 1999-2000 Michael Shalayeff @@ -244,7 +244,7 @@ db_stack_trace_cmd(addr, have_addr, count, modif) register_t fp, pc, rp, nargs, *argp; db_sym_t sym; db_expr_t off; - const char *name; + char *name; char **argnp, *argnames[HPPA_FRAME_NARGS]; if (USERMODE(pc)) |