]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.ps.macosx: use unix.sysctl
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Feb 2022 17:31:11 +0000 (09:31 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Feb 2022 17:31:11 +0000 (09:31 -0800)
basis/tools/ps/macosx/macosx.factor

index 6c75d9ca4d46419a337367073a13c4d8f05b80cb..913e66d2f2fca48b74c2c0f85b95267222873c96 100644 (file)
@@ -4,7 +4,8 @@
 USING: accessors alien.c-types alien.data alien.syntax arrays
 assocs byte-arrays classes.struct continuations fry grouping
 kernel libc literals math sequences splitting strings system
-system-info.macosx tools.ps unix unix.time unix.types ;
+system-info.macosx tools.ps unix unix.sysctl unix.time
+unix.types ;
 
 QUALIFIED-WITH: alien.c-types c