aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64fbsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-09-15 20:05:17 +0000
committerMark Kettenis <kettenis@gnu.org>2003-09-15 20:05:17 +0000
commitde5227fb84e6f049212c317be32343ff86c29611 (patch)
treead79f8ff33c9bf4dcafdbb5a851ebbad08adb8f6 /gdb/amd64fbsd-nat.c
parent1c6713668acbef1a6d5b9f158665b5026cc31f72 (diff)
downloadfsf-binutils-gdb-de5227fb84e6f049212c317be32343ff86c29611.zip
fsf-binutils-gdb-de5227fb84e6f049212c317be32343ff86c29611.tar.gz
fsf-binutils-gdb-de5227fb84e6f049212c317be32343ff86c29611.tar.bz2
* amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Change type of
ps_strings into a long.
Diffstat (limited to 'gdb/amd64fbsd-nat.c')
-rw-r--r--gdb/amd64fbsd-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c
index de13f18..ed2d39b 100644
--- a/gdb/amd64fbsd-nat.c
+++ b/gdb/amd64fbsd-nat.c
@@ -289,7 +289,7 @@ Please report this to <bug-gdb@gnu.org>.",
environment can be found. */
{
int mib[2];
- int ps_strings;
+ long ps_strings;
size_t len;
mib[0] = CTL_KERN;