[lldb] [netbsd] Avoid comparison of signed and unsigned integers
authorKamil Rytarowski <n54@gmx.com>
Thu, 10 Sep 2020 10:45:24 +0000 (12:45 +0200)
committerKamil Rytarowski <n54@gmx.com>
Thu, 10 Sep 2020 13:49:15 +0000 (15:49 +0200)
commit52f42720b26a32c9dffc9331841415442f784700
tree5601181166a6ea48e477c29f7f852db2725367ea
parent64104db59d1386d7e6a2afcdb5d9e3cc5ff059b8
[lldb] [netbsd] Avoid comparison of signed and unsigned integers

Cast ProcessID to ::pid_t.
lldb/source/Host/netbsd/HostNetBSD.cpp