* Makefile.in (VERSION): Bump to 4.5.6.
[deliverable/binutils-gdb.git] / gdb / convex-xdep.c
index 6bd57ab80791a904cf4791df68312a636405fcca..ba4da80218e4f102b628d5ab4acfa2311d6cf4bd 100644 (file)
@@ -218,7 +218,9 @@ static ptr_cmp ();
 
 int
 call_ptrace (request, pid, procaddr, buf)
-     int request, pid, procaddr, buf;
+     int request, pid;
+     PTRACE_ARG3_TYPE procaddr;
+     int buf;
 {
   if (request == 0)
     return;
This page took 0.022965 seconds and 4 git commands to generate.