netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=2585f7768f2b5a686d918b2bb7bfe4fe4e0ffdf2

commit 2585f7768f2b5a686d918b2bb7bfe4fe4e0ffdf2
Author: Alastair Poole <[email protected]>
Date:   Mon Apr 27 13:45:02 2020 +0100

    process: Formatting.
---
 src/bin/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/process.c b/src/bin/process.c
index a8f5076..ac75745 100644
--- a/src/bin/process.c
+++ b/src/bin/process.c
@@ -498,7 +498,6 @@ _cmd_get(Proc_Info *p, int pid)
 
    if (sysctl(mib, 2, &argmax, &size, NULL, 0) == -1) return;
 
-   /* Make a sysctl() call to get the raw argument space of the process. */
    mib[0] = CTL_KERN;
    mib[1] = KERN_PROCARGS2;
    mib[2] = pid;

-- 


Reply via email to