| commit | b68e4ea64e99831032c5fc613ec432448cfc0c84 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Sat Jun 17 13:32:09 2023 -0600 |
| committer | Tom Tromey <tom@tromey.com> | Tue Jun 20 07:52:28 2023 -0600 |
| tree | f9368036751ed747ec4ef5721d5d61042f7cb5e9 | |
| parent | 8ca8b801ed4d786b11dc7e29093b904850e8a406 [diff] |
Use std::string in linux-osdata.c I found some code in linux-osdata that manually managed a string. Replacing this with std::string simplifies it. Reviewed-by: John Baldwin <jhb@FreeBSD.org>