From: Hiltjo Posthuma Date: Tue, 20 Mar 2018 20:22:27 +0000 (+0100) Subject: don't modify argv, use a counter X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/a5a928bfc1dd049780a45e072cb4ee42de7219bf?hp=a5a928bfc1dd049780a45e072cb4ee42de7219bf don't modify argv, use a counter on some platforms (OpenBSD) this changes the exposed argv in tools using the kvm_* interface, such as ps and pgrep. ---