Fix using list
parent
317e793ef4
commit
580c9190d5
|
@ -1,12 +1,13 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien alien.c-types alien.strings io.encodings.utf8
|
||||
io.backend.unix kernel math sequences splitting strings
|
||||
combinators.short-circuit grouping byte-arrays combinators
|
||||
accessors math.parser fry assocs namespaces continuations
|
||||
vocabs.loader system classes.struct unix ;
|
||||
IN: unix.users
|
||||
USING: accessors alien alien.c-types alien.strings assocs
|
||||
byte-arrays classes.struct combinators
|
||||
combinators.short-circuit continuations fry grouping
|
||||
io.backend.unix io.encodings.utf8 kernel math math.parser
|
||||
namespaces sequences splitting strings system unix unix.ffi
|
||||
vocabs.loader ;
|
||||
QUALIFIED: unix.ffi
|
||||
IN: unix.users
|
||||
|
||||
TUPLE: passwd user-name password uid gid gecos dir shell ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue