Fix using list

db4
Doug Coleman 2010-06-23 10:27:17 -05:00
parent 317e793ef4
commit 580c9190d5
1 changed files with 7 additions and 6 deletions

View File

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