tools.ps.linux: fix USE: system.
parent
2b7d53b7d1
commit
455ef45b21
|
@ -1,7 +1,8 @@
|
|||
! Copyright (C) 2012 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs io.directories io.pathnames kernel
|
||||
math.parser prettyprint sequences splitting unix.linux.proc ;
|
||||
math.parser prettyprint sequences splitting system
|
||||
unix.linux.proc ;
|
||||
IN: tools.ps.linux
|
||||
|
||||
! If cmdline is empty, read the filename from /proc/pid/stat
|
||||
|
|
Loading…
Reference in New Issue