diff options
author | 2000-01-05 18:37:40 +0000 | |
---|---|---|
committer | 2000-01-05 18:37:40 +0000 | |
commit | eb2b6a88cc70603118bbd5803a7d8f68f7d9ccf1 (patch) | |
tree | 85656761973b1f141a0258b9884eaff589ccc8ee | |
parent | missing include (diff) | |
download | wireguard-openbsd-eb2b6a88cc70603118bbd5803a7d8f68f7d9ccf1.tar.xz wireguard-openbsd-eb2b6a88cc70603118bbd5803a7d8f68f7d9ccf1.zip |
unintended piece escaped
-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)) |