aboutsummaryrefslogtreecommitdiff
path: root/gdb/infptrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commita9596cd98aa07c137ed362c7d92df64213b4fa04 (patch)
tree93d2aea2e0fa868da0f9b56626e5cfe8c2341869 /gdb/infptrace.c
parent74eda9eb7acc3c2bd375826f92e8ca233d5f767a (diff)
downloadfsf-binutils-gdb-cagney_writestrings-20030508-branch.zip
fsf-binutils-gdb-cagney_writestrings-20030508-branch.tar.gz
fsf-binutils-gdb-cagney_writestrings-20030508-branch.tar.bz2
Diffstat (limited to 'gdb/infptrace.c')
-rw-r--r--gdb/infptrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infptrace.c b/gdb/infptrace.c
index 1225dd8..5d1d3eb 100644
--- a/gdb/infptrace.c
+++ b/gdb/infptrace.c
@@ -102,7 +102,7 @@
#endif /* !FETCH_INFERIOR_REGISTERS */
#if !defined (CHILD_XFER_MEMORY)
-static void udot_info (char *, int);
+static void udot_info (const char *, int);
#endif
#if !defined (FETCH_INFERIOR_REGISTERS)
@@ -626,7 +626,7 @@ child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, int write,
static void
-udot_info (char *dummy1, int dummy2)
+udot_info (const char *dummy1, int dummy2)
{
#if defined (KERNEL_U_SIZE)
long udot_off; /* Offset into user struct */