X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Finf-ptrace.c;h=a64c8764ed1b75309b160ab9f70007aeb4f257f5;hb=6b6aa828818fa4a5754fb8520751077146d9d16c;hp=5e5e248352e38290f2ddb24ca16d90b13d38b446;hpb=52554a0e324951b5c58e71f2815e841377e9c50c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/inf-ptrace.c b/gdb/inf-ptrace.c index 5e5e248352..a64c8764ed 100644 --- a/gdb/inf-ptrace.c +++ b/gdb/inf-ptrace.c @@ -1,6 +1,6 @@ /* Low-level child interface to ptrace. - Copyright (C) 1988-2013 Free Software Foundation, Inc. + Copyright (C) 1988-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -26,7 +26,7 @@ #include "regcache.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include #include "gdb_ptrace.h" #include "gdb_wait.h" #include @@ -463,7 +463,7 @@ static LONGEST inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, const char *annex, gdb_byte *readbuf, const gdb_byte *writebuf, - ULONGEST offset, LONGEST len) + ULONGEST offset, ULONGEST len) { pid_t pid = ptid_get_pid (inferior_ptid);