diff options
author | obrien <obrien@FreeBSD.org> | 2007-11-14 22:58:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-11-14 22:58:36 +0000 |
commit | cbf66fbd28eaf6ddfa6b9018f56d134fbc548f4c (patch) | |
tree | e8f0d017d04fea8137e38ba9c57202fd315e346f /contrib/gdb | |
parent | 48737e6e4fcc05f5621f61d317e69cd794d23941 (diff) | |
parent | ab64c505c76162798ce695caa0ff64c184b10a88 (diff) | |
download | FreeBSD-src-cbf66fbd28eaf6ddfa6b9018f56d134fbc548f4c.zip FreeBSD-src-cbf66fbd28eaf6ddfa6b9018f56d134fbc548f4c.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r173619,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gdb')
-rw-r--r-- | contrib/gdb/gdb/i386fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gdb/gdb/i386fbsd-nat.c b/contrib/gdb/gdb/i386fbsd-nat.c index efc61b6..c479986 100644 --- a/contrib/gdb/gdb/i386fbsd-nat.c +++ b/contrib/gdb/gdb/i386fbsd-nat.c @@ -91,7 +91,7 @@ _initialize_i386fbsd_nat (void) #ifdef KERN_PS_STRINGS { int mib[2]; - int ps_strings; + u_long ps_strings; size_t len; mib[0] = CTL_KERN; |