Fix return type typo in obsd-nat.c that breaks build on OpenBSD
authorBrian Callahan <callab5@rpi.edu>
Fri, 26 Jul 2019 18:48:15 +0000 (14:48 -0400)
committerTom Tromey <tromey@adacore.com>
Fri, 26 Jul 2019 21:04:41 +0000 (15:04 -0600)
commit89b085acaf8d449d6c9c0b0490c6a0c9a745db5d
tree8a0c99e80c794c2fd5a9bad0de70db3038c50b2c
parent1512d3b7b9de3a1943623f2e1f373459d5d80a98
Fix return type typo in obsd-nat.c that breaks build on OpenBSD

To recap the bug report:
Commit a068643 introduced a small typo that breaks the gdb build on OpenBSD.
Line 38 of obsd-nat.c needs to be changed from std::sring to std::string.

gdb/ChangeLog
2019-07-26  Brian Callahan  <bcallah@openbsd.org>

PR gdb/24839:
* gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
type.
gdb/ChangeLog
gdb/obsd-nat.c
This page took 0.026895 seconds and 4 git commands to generate.